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

← Black Bolt
Kyurem ex

Kyurem ex

Double Rare #31 Pokémon Basicex HP 230
Types
Water
Illustrator
N-DESIGN Inc.
Expansion
Black Bolt · Scarlet & Violet
Language
Japanese
TCGplayer
636385

Attacks

Slash 50
Colorless · Colorless
Blizzard Burst 130
Water · Water · Colorless

This attack also does 10 damage to each of your opponent's Benched Pokémon for each Prize card your opponent has taken. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/sv11b_ja-31vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv11b_ja-31vh",
    "name": "Kyurem ex",
    "number": "31",
    "printed_number": "31",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/31vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/31vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/31vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv11b_ja",
      "name": "Black Bolt",
      "total": 174,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV11B",
      "printed_total": 86,
      "release_date": "2025/06/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black Bolt"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "636385",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/31vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/31vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/31vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Water"
    ],
    "hp": "230",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Slash",
        "damage": "50"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Blizzard Burst",
        "text": "This attack also does 10 damage to each of your opponent's Benched Pokémon for each Prize card your opponent has taken. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "N-DESIGN Inc.",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 52,
          "low": 41.5,
          "high": 56.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 10.25,
          "low": 4,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9",
          "value": 38.5,
          "low": 32.73,
          "high": 44.28,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9.5",
          "value": 42,
          "low": 35.7,
          "high": 48.3,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 32.5,
          "low": 16,
          "high": 920.5,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 33.44,
          "low": 25.56,
          "high": 35.97,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9.5",
          "value": 37,
          "low": 28.25,
          "high": 39.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 24,
          "low": 19.5,
          "high": 25.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:25:15.603Z",
      "trend_7d": {
        "direction": "down",
        "percent": -69.23
      }
    }
  }
}