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

Mega Hawlucha ex

Double Rare #94 Pokémon BasicMEGAex HP 250
Types
Fighting
Illustrator
5ban Graphics
Expansion
MEGA Dream ex · Mega Evolution
Language
Japanese
TCGplayer

Attacks

Somersault Dive 120+
Fighting · Fighting · Colorless

If a Stadium is in play, this attack does 140 more damage. Then, discard that Stadium.

GET /api/v1/pokemon/cards/m2a_ja-94vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m2a_ja-94vh",
    "name": "Mega Hawlucha ex",
    "number": "94",
    "printed_number": "94",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/94vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/94vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/94vh.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": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/94vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/94vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/94vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "MEGA",
      "ex"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "250",
    "abilities": [
      {
        "name": "Body of Grit",
        "text": "If this Pokémon would be Knocked Out by damage from an attack, flip a coin. If heads, it is not Knocked Out, and its remaining HP becomes 10.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Somersault Dive",
        "text": "If a Stadium is in play, this attack does 140 more damage. Then, discard that Stadium.",
        "damage": "120+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.4
        },
        {
          "condition": "LP",
          "price": 0.41
        },
        {
          "condition": "MP",
          "price": 0.3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 32,
          "low": 19.75,
          "high": 32,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 1.12,
          "low": 1.02,
          "high": 1.22,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 0.99,
          "low": 0.99,
          "high": 0.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 13.3,
          "low": 11.31,
          "high": 15.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 21.54,
          "low": 16.71,
          "high": 36.31,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11.43,
          "low": 11.43,
          "high": 11.43,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:10:29.056Z",
      "trend_7d": {
        "direction": "up",
        "percent": 324.24
      }
    }
  }
}