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 & White Promos
Zekrom-EX

Zekrom-EX

Promo #159 Pokémon BasicEX
Types
Lightning
Illustrator
5ban Graphics
Expansion
Black & White Promos · Black & White
Language
Japanese
TCGplayer

Attacks

Glinting Claw 50+
Lightning · Colorless · Colorless

Flip a coin. If heads, this attack does 30 more damage.

Strong Volt 150
Lightning · Lightning · Colorless · Colorless

Discard 2 Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/bwp_ja-159?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp_ja-159",
    "name": "Zekrom-EX",
    "number": "159",
    "printed_number": "159",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/159.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/159.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/159.large.webp"
      }
    ],
    "expansion": {
      "id": "bwp_ja",
      "name": "Black & White Promos",
      "total": 236,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "printed_total": 236,
      "release_date": "2010/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bwp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bwp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black & White Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/159.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/159.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/159.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Lightning"
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Glinting Claw",
        "text": "Flip a coin. If heads, this attack does 30 more damage.",
        "damage": "50+"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Strong Volt",
        "text": "Discard 2 Energy attached to this Pokémon.",
        "damage": "150"
      }
    ],
    "rarity": "Promo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 106,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 106
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 5640,
          "low": 5544,
          "high": 6221.6,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T02:05:12.764Z",
      "trend_7d": {
        "direction": "up",
        "percent": 19.15
      }
    }
  }
}