Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Dream League
Clefairy

Clefairy

Non #35 Pokémon Basic HP 50
Types
Fairy
Illustrator
Mina Nakai
Expansion
Dream League · Sun & Moon
Language
Japanese
TCGplayer
574881

Attacks

Doll Swap 60
Colorless · Colorless · Colorless

Put this Pokémon and all cards attached to it into your hand. If you do, you may play Lillie's Poké Doll from your hand as your new Active Pokémon.

GET /api/v1/pokemon/cards/sm11b_ja-35?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11b_ja-35",
    "name": "Clefairy",
    "number": "35",
    "printed_number": "35",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/35.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/35.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/35.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11b_ja",
      "name": "Dream League",
      "total": 75,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM11b",
      "printed_total": 49,
      "release_date": "2019/08/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dream League"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574881",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/35.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/35.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/35.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Doll Swap",
        "text": "Put this Pokémon and all cards attached to it into your hand. If you do, you may play Lillie's Poké Doll from your hand as your new Active Pokémon.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Mina Nakai",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        },
        {
          "condition": "LP",
          "price": 0.54
        },
        {
          "condition": "MP",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 28.5,
          "low": 24.23,
          "high": 32.78,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 64,
          "low": 54.4,
          "high": 73.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 129.95,
          "low": 110.46,
          "high": 149.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:31:31.261Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}