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

Special Illustration Rare #114 Pokémon BasicMEGAex HP 270
Types
Lightning
Illustrator
GIDORA
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704871

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-114vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-114vh",
    "name": "Mega Zeraora ex",
    "number": "114",
    "printed_number": "114",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-114vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-114vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-114vh.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": "704871",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-114vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-114vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-114vh.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": "Special Illustration Rare",
    "artist": "GIDORA",
    "pricing": {
      "currency": "USD",
      "market": 51.86,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 51.86
        },
        {
          "condition": "MP",
          "price": 49.25
        },
        {
          "condition": "DMG",
          "price": 35.79
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 125.76,
          "low": 116.03,
          "high": 165.37,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 199.98,
          "low": 183.98,
          "high": 253.81,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 49,
          "low": 49,
          "high": 49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 880.5,
          "low": 900.99,
          "high": 909,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 222.5,
          "low": 208.75,
          "high": 236.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 499.99,
          "low": 424.99,
          "high": 574.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 99,
          "low": 99,
          "high": 99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:55:34.671Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.71
      }
    }
  }
}