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

← Cosmic Eclipse
Black Kyurem

Black Kyurem

Rare Holo #61 Pokémon Basic HP 130
Types
Water
Illustrator
Kouki Saitou
Expansion
Cosmic Eclipse · Sun & Moon
Language
English
TCGplayer
201237

Attacks

Frozen Wings 30
Colorless · Colorless

Discard a Special Energy from your opponent's Active Pokémon.

Dazzling Blizzard 100
Water · Water · Colorless · Colorless

If you have any Stadium card in play, this attack does 100 more damage.

GET /api/v1/pokemon/cards/sm12-61vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-61vrh",
    "name": "Black Kyurem",
    "number": "61",
    "printed_number": "61",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/61vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/61vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/61vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12",
      "name": "Cosmic Eclipse",
      "total": 272,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CEC",
      "printed_total": 236,
      "release_date": "2019/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201237",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/61vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/61vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/61vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Frozen Wings",
        "text": "Discard a Special Energy from your opponent's Active Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Dazzling Blizzard",
        "text": "If you have any Stadium card in play, this attack does 100 more damage.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 1.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.32
        },
        {
          "condition": "LP",
          "price": 0.97
        },
        {
          "condition": "MP",
          "price": 0.96
        },
        {
          "condition": "HP",
          "price": 0.58
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 49.95,
          "low": 42.46,
          "high": 57.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18.8,
          "low": 17.84,
          "high": 19.76,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:41:57.962Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.13
      }
    }
  }
}