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

← Dragon Storm
White Kyurem-GX

White Kyurem-GX

Super Rare #57 Pokémon BasicGX HP 190
Types
Dragon
Illustrator
5ban Graphics
Expansion
Dragon Storm · Sun & Moon
Language
Japanese
TCGplayer
573772

Attacks

Shred 40
Fire

This attack's damage isn't affected by any effects on your opponent's Active Pokémon.

Raging Blade 80+
Fire · Water · Colorless

If this Pokémon has any damage counters on it, this attack does 80 more damage.

Dragon Nova-GX 200
Fire · Fire · Water · Colorless

Your opponent's Active Pokémon is now Burned and Paralyzed. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm6a_ja-57vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6a_ja-57vh",
    "name": "White Kyurem-GX",
    "number": "57",
    "printed_number": "57",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/57vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/57vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/57vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6a_ja",
      "name": "Dragon Storm",
      "total": 66,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM6a",
      "printed_total": 53,
      "release_date": "2018/04/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dragon Storm"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573772",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/57vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/57vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/57vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Shred",
        "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon.",
        "damage": "40"
      },
      {
        "cost": [
          "Fire",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Raging Blade",
        "text": "If this Pokémon has any damage counters on it, this attack does 80 more damage.",
        "damage": "80+"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Dragon Nova-GX",
        "text": "Your opponent's Active Pokémon is now Burned and Paralyzed. (You can't use more than 1 GX attack in a game.)",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 14.96,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.96
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 39,
          "low": 33.15,
          "high": 44.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 180.37,
          "low": 299.99,
          "high": 299.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 29.99,
          "low": 25.49,
          "high": 34.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 36,
          "low": 36,
          "high": 38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:53:19.825Z",
      "trend_7d": {
        "direction": "down",
        "percent": -14.51
      }
    }
  }
}