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

← Legendary Treasures
White Kyurem-EX

White Kyurem-EX

Rare Holo EX #101 Pokémon BasicEX HP 180
Types
Dragon
Illustrator
Eske Yoshinob
Expansion
Legendary Treasures · Black & White
Language
English
TCGplayer
90591

Attacks

Dragon Stream 60
Fire · Colorless · Colorless

Flip a coin. If heads, attach a basic Energy card from your discard pile to this Pokémon.

Ice Burn 150
Fire · Fire · Water · Colorless

Discard 2 Fire Energy attached to this Pokémon. The Defending Pokémon is now Burned.

GET /api/v1/pokemon/cards/bw11-101vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw11-101vh",
    "name": "White Kyurem-EX",
    "number": "101",
    "printed_number": "101",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/101vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/101vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/101vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw11",
      "name": "Legendary Treasures",
      "total": 140,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "LTR",
      "printed_total": 113,
      "release_date": "2013/11/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90591",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/101vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/101vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/101vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dragon Stream",
        "text": "Flip a coin. If heads, attach a basic Energy card from your discard pile to this Pokémon.",
        "damage": "60"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Ice Burn",
        "text": "Discard 2 Fire Energy attached to this Pokémon. The Defending Pokémon is now Burned.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Dragon",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo EX",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 5.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.54
        },
        {
          "condition": "LP",
          "price": 4.07
        },
        {
          "condition": "MP",
          "price": 2.46
        },
        {
          "condition": "HP",
          "price": 2.13
        },
        {
          "condition": "DMG",
          "price": 1.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "5.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 531.49,
          "low": 641.8,
          "high": 736.2,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 19.99,
          "low": 19.99,
          "high": 19.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19,
          "low": 18.66,
          "high": 19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:19:42.754Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.03
      }
    }
  }
}