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

← Abyss Eye
Mega Zeraora ex

Mega Zeraora ex

Special Art Rare #112 Pokémon BasicMEGAex
Types
Lightning
Illustrator
GIDORA
Expansion
Abyss Eye · Mega Evolution
Language
Japanese
TCGplayer
695051

Attacks

Thunder Fist 60×
Lightning

This attack does 60 damage times the number of [L] Energy attached to this Pokemon.

Zepto Turn 150
Lightning · Lightning · Lightning

Switch this Pokemon with 1 of your Benched Pokemon.

GET /api/v1/pokemon/cards/m5_ja-112vh?include=prices 200 48ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m5_ja-112vh",
    "name": "Mega Zeraora ex",
    "number": "112",
    "printed_number": "112",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-112vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-112vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-112vh.large.webp"
      }
    ],
    "expansion": {
      "id": "m5_ja",
      "name": "Abyss Eye",
      "total": 118,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M5",
      "printed_total": 81,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Abyss Eye"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "695051",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-112vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-112vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-112vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "MEGA",
      "ex"
    ],
    "types": [
      "Lightning"
    ],
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Thunder Fist",
        "text": "This attack does 60 damage times the number of [L] Energy attached to this Pokemon.",
        "damage": "60×"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 3,
        "name": "Zepto Turn",
        "text": "Switch this Pokemon with 1 of your Benched Pokemon.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "闘",
        "value": "×2"
      }
    ],
    "rarity": "Special Art Rare",
    "artist": "GIDORA",
    "pricing": {
      "currency": "USD",
      "market": 23.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 23.24
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 26.95,
          "low": 26.95,
          "high": 26.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "AGS",
          "grade": "10",
          "value": 70,
          "low": 70,
          "high": 70,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 299.99,
          "low": 254.99,
          "high": 344.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 101.25,
          "low": 84.45,
          "high": 333.42,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 36,
          "trend": {
            "direction": "down",
            "percent": -45.7
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 38.58,
          "low": 29.8,
          "high": 44.2,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 150,
          "low": 150,
          "high": 150,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:09:57.625Z",
      "trend_7d": {
        "direction": "down",
        "percent": -20.98
      }
    }
  }
}