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

← 30th Celebration
Gengar ex

Gengar ex

Special Illustration Rare #154 Pokémon Stage 2ex HP 280
Types
Darkness
Illustrator
CHORISO
Expansion
30th Celebration · Mega Evolution
Language
English
TCGplayer
717610

Attacks

Chaotic Pain
Darkness · Darkness

Place 13 damage counters on 1 of your opponent's Pokémon.

GET /api/v1/pokemon/cards/me55-154vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me55-154vh",
    "name": "Gengar ex",
    "number": "154",
    "printed_number": "154",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-154vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-154vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-154vh.large.png"
      }
    ],
    "expansion": {
      "id": "me55",
      "name": "30th Celebration",
      "total": 161,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "30C",
      "printed_total": 128,
      "release_date": "2026/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "717610",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-154vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-154vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-154vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "ex"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "280",
    "abilities": [
      {
        "name": "Fainting Spell",
        "text": "If this Pokémon is Knocket Out by damage from an attack from your opponent's Pokémon, flip a coin. If heads, the Attacking Pokémon is Knocket Out.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 2,
        "name": "Chaotic Pain",
        "text": "Place 13 damage counters on 1 of your opponent's Pokémon."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Special Illustration Rare",
    "artist": "CHORISO",
    "pricing": {
      "currency": "USD",
      "market": 131.68,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 131.68
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 286.63,
          "low": 183,
          "high": 286.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T04:01:55.972Z"
    }
  }
}