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
Mega Heracross ex

Mega Heracross ex

Super Rare #93 Pokémon BasicMEGAex HP 280
Types
Grass
Illustrator
5ban Graphics
Expansion
Inferno X · Mega Evolution
Language
Japanese
TCGplayer
655872

Attacks

Panzer Horn 100+
Grass · Grass

If this Pokémon was damaged by an attack during your opponent's last turn, this attack does that much more damage.

Mountain Ramming 170
Grass · Grass · Grass

Discard the top 2 cards of your opponent's deck.

GET /api/v1/pokemon/cards/m2_ja-93vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m2_ja-93vh",
    "name": "Mega Heracross ex",
    "number": "93",
    "printed_number": "93",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/93vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/93vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/93vh.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": "655872",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/93vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/93vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/93vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "MEGA",
      "ex"
    ],
    "types": [
      "Grass"
    ],
    "hp": "280",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Panzer Horn",
        "text": "If this Pokémon was damaged by an attack during your opponent's last turn, this attack does that much more damage.",
        "damage": "100+"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 3,
        "name": "Mountain Ramming",
        "text": "Discard the top 2 cards of your opponent's deck.",
        "damage": "170"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.93,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.93
        },
        {
          "condition": "LP",
          "price": 2.07
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 17.5,
          "low": 14.12,
          "high": 21.31,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 4.99,
          "high": 15.58,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 37.98,
          "low": 19.97,
          "high": 43.8,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 10
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.53,
          "low": 13.95,
          "high": 13.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 20.5,
          "low": 17.43,
          "high": 23.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:50:19.976Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.33
      }
    }
  }
}