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

← Pokémon TCG Classic - Charizard (Fire Deck)
Clefairy

Clefairy

None #013/032 Pokémon Basic HP 40
Types
Colorless
Expansion
Pokémon TCG Classic - Charizard (Fire Deck)
Language
Japanese
TCGplayer
591921

Attacks

Sing
Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Asleep.

Metronome
Colorless · Colorless · Colorless

Choose 1 of your opponent's Active Pokémon's attacks and use it as this attack.

GET /api/v1/pokemon/cards/cll_ja-13vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cll_ja-13vh",
    "name": "Clefairy",
    "number": "013/032",
    "printed_number": "013/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591921_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591921_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591921_in_1000x1000.jpg"
      }
    ],
    "expansion": {
      "id": "cll_ja",
      "name": "Pokémon TCG Classic - Charizard (Fire Deck)",
      "total": 32,
      "language": "Japanese",
      "language_code": "ja",
      "release_date": "2023/02/27",
      "translation": {
        "en": {
          "name": "Pokémon TCG Classic - Charizard (Fire Deck)"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "591921",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591921_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591921_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591921_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sing",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Asleep."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Metronome",
        "text": "Choose 1 of your opponent's Active Pokémon's attacks and use it as this attack."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 9.46,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 34,
          "low": 20.05,
          "high": 57.4,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 13,
          "trend": {
            "direction": "up",
            "percent": 6.3
          }
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 55,
          "low": 44.6,
          "high": 58.2,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 43.39,
          "low": 41.18,
          "high": 49.02,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:01:13.901Z"
    }
  }
}