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

← Mega Evolution Black Star Promos
Mega Gengar ex

Mega Gengar ex

Promo #73 Pokémon Stage 2MEGAex HP 350
Types
Darkness
Illustrator
Ultimateinudog
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
696608

Attacks

Void Gale 230
Darkness · Darkness

Move an Energy from this Pokémon to 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/mep-73vh?include=prices 200 29ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-73vh",
    "name": "Mega Gengar ex",
    "number": "73",
    "printed_number": "73",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-73vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-73vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-73vh.large.png"
      }
    ],
    "expansion": {
      "id": "mep",
      "name": "Mega Evolution Black Star Promos",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEP",
      "printed_total": 112,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "696608",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-73vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-73vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-73vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "MEGA",
      "ex"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "350",
    "abilities": [
      {
        "name": "Shadowy Concealment",
        "text": "If 1 of your Darkness Pokémon is Knocked Out by damage from an attack from your opponent's Pokémon ex, that player takes 1 fewer Prize card. The effect of Shadowy Concealment doesn't stack.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 2,
        "name": "Void Gale",
        "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon.",
        "damage": "230"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Ultimateinudog",
    "pricing": {
      "currency": "USD",
      "market": 3.91,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T19:38:14.084Z"
    }
  }
}