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 Zeraora ex

Mega Zeraora ex

Promo #89 Pokémon BasicMEGAex HP 270
Types
Lightning
Illustrator
5ban Graphics
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer

Attacks

Thunderous Fist 60×
Lightning

This attack does 60 damage for each Lightning Energy attached to this Pokémon.

Zepto Turn 150
Lightning · Lightning · Lightning

Switch this Pokémon with 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/mep-89vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-89vh",
    "name": "Mega Zeraora ex",
    "number": "89",
    "printed_number": "89",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-89vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-89vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-89vh.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": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-89vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-89vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-89vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "MEGA",
      "ex"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "270",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Thunderous Fist",
        "text": "This attack does 60 damage for each Lightning Energy attached to this Pokémon.",
        "damage": "60×"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 3,
        "name": "Zepto Turn",
        "text": "Switch this Pokémon with 1 of your Benched Pokémon.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 8.82,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T19:38:14.084Z"
    }
  }
}