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

← Pitch Black
Mega Zeraora ex

Mega Zeraora ex

Ultra Rare #98 Pokémon BasicMEGAex HP 270
Types
Lightning
Illustrator
5ban Graphics
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704855

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-98vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-98vh",
    "name": "Mega Zeraora ex",
    "number": "98",
    "printed_number": "98",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-98vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-98vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-98vh.large.webp"
      }
    ],
    "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": "704855",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-98vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-98vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-98vh.large.webp"
          }
        ]
      }
    ],
    "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": "Ultra Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 5.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.99
        },
        {
          "condition": "MP",
          "price": 5.07
        },
        {
          "condition": "HP",
          "price": 4.17
        },
        {
          "condition": "DMG",
          "price": 5.14
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 47.35,
          "low": 40.25,
          "high": 54.45,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 123.74,
          "low": 110.61,
          "high": 136.86,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 287.5,
          "low": 275,
          "high": 300,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:55:34.671Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.37
      }
    }
  }
}