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

← BW Black Star Promos
White Kyurem-EX

White Kyurem-EX

Promo #BW63 Pokémon BasicEX HP 180
Types
Dragon
Illustrator
Eske Yoshinob
Expansion
BW Black Star Promos · Black & White
Language
English
TCGplayer
90590

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/bwp-BW63vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp-BW63vh",
    "name": "White Kyurem-EX",
    "number": "BW63",
    "printed_number": "BW63",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW63vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW63vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW63vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bwp",
      "name": "BW Black Star Promos",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PR-BLW",
      "printed_total": 101,
      "release_date": "2011/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bwp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bwp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90590",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW63vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW63vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW63vh.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": "Promo",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 8.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.51
        },
        {
          "condition": "LP",
          "price": 5.14
        },
        {
          "condition": "MP",
          "price": 3.21
        },
        {
          "condition": "HP",
          "price": 2.76
        },
        {
          "condition": "DMG",
          "price": 1.34
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:45:39.680Z",
      "trend_7d": {
        "direction": "up",
        "percent": 8.96
      }
    }
  }
}