Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Pitch Black
Mega Zeraora ex

Mega Zeraora ex

Double Rare #27 Pokémon BasicMEGAex HP 270
Types
Lightning
Illustrator
5ban Graphics
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704784

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/me5-27vh?include=prices 200 70ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-27vh",
    "name": "Mega Zeraora ex",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-27vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-27vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-27vh.large.png"
      }
    ],
    "expansion": {
      "id": "me5",
      "name": "Pitch Black",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PBL",
      "printed_total": 84,
      "release_date": "2026/07/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "704784",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-27vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-27vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-27vh.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": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.58,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.58
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T09:36:21.568Z",
      "trend_7d": {
        "direction": "down",
        "percent": -15.94
      }
    }
  }
}