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

← Wild Blaze
M Charizard-EX

M Charizard-EX

Ultra Rare #89 Pokémon MEGAEX HP 230
Types
Dragon
Illustrator
5ban Graphics
Expansion
Wild Blaze · XY
Language
Japanese
TCGplayer
603336
GET /api/v1/pokemon/cards/xy2_ja-89vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy2_ja-89vh",
    "name": "M Charizard-EX",
    "number": "89",
    "printed_number": "89",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/89vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/89vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/89vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy2_ja",
      "name": "Wild Blaze",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY2",
      "printed_total": 80,
      "release_date": "2014/03/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Wild Blaze"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603336",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/89vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/89vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/89vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "MEGA",
      "EX"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "230",
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Ultra Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1419,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1419
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 2350,
          "low": 1997.5,
          "high": 2702.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 166.48,
          "low": 235.5,
          "high": 235.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 527.5,
          "low": 448.38,
          "high": 606.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 2537.5,
          "low": 2150.5,
          "high": 3164.94,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 145,
          "low": 123.25,
          "high": 166.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 291.5,
          "low": 247.78,
          "high": 335.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 392,
          "low": 218,
          "high": 500,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 987.5,
          "low": 761.5,
          "high": 987.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2025-11-18T02:11:59.855Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}