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

← Inferno X
Empoleon ex

Empoleon ex

Super Rare #99 Pokémon Stage 2ex HP 320
Types
Metal
Illustrator
5ban Graphics
Expansion
Inferno X · Mega Evolution
Language
Japanese
TCGplayer
655878

Attacks

Iron Feather 210
Metal · Metal · Colorless

During your opponent's next turn, this Pokémon takes 60 less damage from attacks (after applying Weakness and Resistance).

GET /api/v1/pokemon/cards/m2_ja-99vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m2_ja-99vh",
    "name": "Empoleon ex",
    "number": "99",
    "printed_number": "99",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/99vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/99vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/99vh.large.webp"
      }
    ],
    "expansion": {
      "id": "m2_ja",
      "name": "Inferno X",
      "total": 116,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M2",
      "printed_total": 80,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Inferno X"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "655878",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/99vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/99vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/99vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "ex"
    ],
    "types": [
      "Metal"
    ],
    "hp": "320",
    "abilities": [
      {
        "name": "Emperor's Stance",
        "text": "Prevent all effects of attacks used by your opponent's Pokémon done to this Pokémon. (Damage is not an effect.)",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Iron Feather",
        "text": "During your opponent's next turn, this Pokémon takes 60 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "210"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.26
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 13.2,
          "low": 12.81,
          "high": 20.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 8.99,
          "low": 8.99,
          "high": 8.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 37.97,
          "low": 26.79,
          "high": 43.59,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10.52,
          "low": 11,
          "high": 11,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 18.25,
          "low": 15.51,
          "high": 20.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:50:19.976Z",
      "trend_7d": {
        "direction": "down",
        "percent": -61.35
      }
    }
  }
}