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

← Legendary Shine Collection
Black Kyurem

Black Kyurem

Rare #20 Pokémon Basic
Types
Dragon
Illustrator
Mitsuhiro Arita
Expansion
Legendary Shine Collection · XY
Language
Japanese
TCGplayer
605329

Attacks

Thunder Nail 40
Lightning · Colorless · Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

Frozen Slice 120
Water · Lightning · Lightning · Colorless

This Pokémon does 20 damage to itself.

GET /api/v1/pokemon/cards/cp2_ja-20vh?include=prices 200 33ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp2_ja-20vh",
    "name": "Black Kyurem",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/20vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/20vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/20vh.large.webp"
      }
    ],
    "expansion": {
      "id": "cp2_ja",
      "name": "Legendary Shine Collection",
      "total": 27,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP2",
      "printed_total": 27,
      "release_date": "2015/07/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Legendary Shine Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "605329",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/20vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/20vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/20vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Thunder Nail",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "40"
      },
      {
        "cost": [
          "Water",
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Frozen Slice",
        "text": "This Pokémon does 20 damage to itself.",
        "damage": "120"
      }
    ],
    "rarity": "Rare",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 50.88,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 50.88
        },
        {
          "condition": "LP",
          "price": 48.99
        },
        {
          "condition": "MP",
          "price": 35
        },
        {
          "condition": "HP",
          "price": 30
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 27.5,
          "low": 23.38,
          "high": 31.62,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 228.84,
          "low": 153,
          "high": 245,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 300,
          "low": 168.5,
          "high": 400.53,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 62.5,
          "low": 52,
          "high": 282.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 12,
          "trend": {
            "direction": "down",
            "percent": -29.4
          }
        }
      ],
      "market_updated_at": "2026-09-22T03:58:23.918Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.85
      }
    }
  }
}