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)
Clefable

Clefable

None #014/032 Pokémon Stage 1 HP 70
Types
Colorless
Expansion
Pokémon TCG Classic - Charizard (Fire Deck)
Language
Japanese
TCGplayer
591922

Attacks

Metronome
Colorless

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

Minimize
Colorless · Colorless

During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance).

GET /api/v1/pokemon/cards/cll_ja-14vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cll_ja-14vh",
    "name": "Clefable",
    "number": "014/032",
    "printed_number": "014/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591922_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591922_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591922_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": "591922",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591922_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591922_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591922_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Metronome",
        "text": "Choose 1 of your opponent's Active Pokémon's attacks and use it as this attack."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Minimize",
        "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance)."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 6.69,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25.69,
          "low": 16.03,
          "high": 40,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 16,
          "trend": {
            "direction": "up",
            "percent": 25.3
          }
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 12.5,
          "low": 11.7,
          "high": 42.5,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 69.97,
          "low": 54.5,
          "high": 90.74,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8
        }
      ],
      "market_updated_at": "2026-09-22T02:04:23.739Z"
    }
  }
}