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 Dream ex
N's Zekrom (Energy Reverse)

N's Zekrom (Energy Reverse)

Common #129 Pokémon Basic HP 130
Types
Dragon
Illustrator
AKIRA EGAWA
Expansion
MEGA Dream ex · Mega Evolution
Language
Japanese
TCGplayer
666191

Attacks

Shred 70
Colorless · Colorless · Colorless

This attack's damage isn't affected by any effects on your opponent's Active Pokémon.

Rampaging Thunder 250
Fire · Lightning · Lightning · Colorless

This Pokemon can't attack during your next turn.

GET /api/v1/pokemon/cards/m2a_ja-129verh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m2a_ja-129verh",
    "name": "N's Zekrom (Energy Reverse)",
    "number": "129",
    "printed_number": "129",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/129verh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/129verh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/129verh.large.webp"
      }
    ],
    "expansion": {
      "id": "m2a_ja",
      "name": "MEGA Dream ex",
      "total": 250,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M2a",
      "printed_total": 193,
      "release_date": "2025/11/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m2a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m2a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "MEGA Dream ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "666191",
    "variants": [
      {
        "name": "energyReverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/129verh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/129verh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/129verh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Shred",
        "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon.",
        "damage": "70"
      },
      {
        "cost": [
          "Fire",
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Rampaging Thunder",
        "text": "This Pokemon can't attack during your next turn.",
        "damage": "250"
      }
    ],
    "rarity": "Common",
    "artist": "AKIRA EGAWA",
    "pricing": {
      "currency": "USD",
      "market": 0.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.95
        },
        {
          "condition": "LP",
          "price": 0.48
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 39,
          "low": 33.15,
          "high": 44.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:01:07.584Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.04
      }
    }
  }
}