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

← 30th Celebration
Charizard

Charizard

Rare Holo #4 Pokémon Stage 2 HP 120
Types
Fire
Illustrator
Mitsuhiro Arita
Expansion
30th Celebration · Mega Evolution
Language
English
TCGplayer
714372

Attacks

Fire Spin 100
Fire · Fire · Fire · Fire

Discard 2 Energy cards attached to Charizard in order to use this attack.

GET /api/v1/pokemon/cards/me55c-4vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me55c-4vh",
    "name": "Charizard",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-4vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-4vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-4vh.large.png"
      }
    ],
    "expansion": {
      "id": "me55",
      "name": "30th Celebration",
      "total": 161,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "30C",
      "printed_total": 128,
      "release_date": "2026/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "714372",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-4vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-4vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-4vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Energy Burn",
        "text": "As often as you like during your turn (before your attack), you may turn all Energy attached to Charizard into Fire Energy for the rest of the turn. This power can't be used if Charizard is Asleep, Confused, or Paralyzed.",
        "type": "Pokémon Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Fire",
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 4,
        "name": "Fire Spin",
        "text": "Discard 2 Energy cards attached to Charizard in order to use this attack.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 184.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 184.14
        },
        {
          "condition": "LP",
          "price": 129.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T04:01:55.972Z"
    }
  }
}