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)
Ho-oh ex

Ho-oh ex

None #007/032 Pokémon Basic HP 220
Types
Fire
Expansion
Pokémon TCG Classic - Charizard (Fire Deck)
Language
Japanese
TCGplayer
591915

Attacks

Phoenix Breath
Fire

Attach up to 2 Basic Energy cards from your discard pile to your Pokemon in any way you like.

Eternal Blaze 180
Colorless · Colorless · Fire · Fire

During your next turn, this Pokemon can't attack.

GET /api/v1/pokemon/cards/cll_ja-7vh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cll_ja-7vh",
    "name": "Ho-oh ex",
    "number": "007/032",
    "printed_number": "007/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591915_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591915_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591915_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": "591915",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591915_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591915_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591915_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Phoenix Breath",
        "text": "Attach up to 2 Basic Energy cards from your discard pile to your Pokemon in any way you like."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 4,
        "name": "Eternal Blaze",
        "text": "During your next turn, this Pokemon can't attack.",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Water x2",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 1,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 16.25,
          "low": 10.25,
          "high": 24.35,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 41,
          "low": 40.29,
          "high": 74.42,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-21T02:01:13.901Z"
    }
  }
}