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

← Next Destinies
Kyurem-EX

Kyurem-EX

Rare Holo EX #38 Pokémon BasicEX HP 180
Types
Water
Illustrator
Shizurow
Expansion
Next Destinies · Black & White
Language
English
TCGplayer
86566

Attacks

Frozen Wings 60
Water · Colorless · Colorless

Discard a Special Energy attached to the Defending Pokémon.

Hail Blizzard 120
Water · Water · Colorless · Colorless

This Pokémon can't use Hail Blizzard during your next turn.

GET /api/v1/pokemon/cards/bw4-38vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw4-38vh",
    "name": "Kyurem-EX",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/38vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/38vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/38vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw4",
      "name": "Next Destinies",
      "total": 103,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NXD",
      "printed_total": 99,
      "release_date": "2012/02/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86566",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/38vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/38vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/38vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Water"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Frozen Wings",
        "text": "Discard a Special Energy attached to the Defending Pokémon.",
        "damage": "60"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Hail Blizzard",
        "text": "This Pokémon can't use Hail Blizzard during your next turn.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo EX",
    "artist": "Shizurow",
    "pricing": {
      "currency": "USD",
      "market": 9.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.28
        },
        {
          "condition": "LP",
          "price": 6.93
        },
        {
          "condition": "MP",
          "price": 4.84
        },
        {
          "condition": "HP",
          "price": 4.9
        },
        {
          "condition": "DMG",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 16,
          "low": 14,
          "high": 18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 41.5,
          "low": 35.28,
          "high": 47.72,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:44:23.806Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.22
      }
    }
  }
}