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

← Chaos Rising
Mega Dragalge ex

Mega Dragalge ex

Ultra Rare #104 Pokémon Stage 1MEGAex HP 330
Types
Dragon
Illustrator
5ban Graphics
Expansion
Chaos Rising · Mega Evolution
Language
English
TCGplayer
693509

Attacks

Corrosive Liquid
Colorless · Colorless

Discard all Pokémon Tools and Special Energy from all of your opponent's Pokémon.

Pernicious Poison
Water · Darkness

Your opponent's Active Pokémon is now Poisoned. During Pokémon Checkup, place 16 damage counters on that Pokémon instead of 1.

GET /api/v1/pokemon/cards/me4-104vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me4-104vh",
    "name": "Mega Dragalge ex",
    "number": "104",
    "printed_number": "104",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-104vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-104vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-104vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me4",
      "name": "Chaos Rising",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "CRI",
      "printed_total": 86,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/avatars/sets/me4/logo-1779247335774.png",
      "symbol": " "
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "693509",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-104vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-104vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-104vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "MEGA",
      "ex"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "330",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Corrosive Liquid",
        "text": "Discard all Pokémon Tools and Special Energy from all of your opponent's Pokémon."
      },
      {
        "cost": [
          "Water",
          "Darkness"
        ],
        "converted_energy_cost": 2,
        "name": "Pernicious Poison",
        "text": "Your opponent's Active Pokémon is now Poisoned. During Pokémon Checkup, place 16 damage counters on that Pokémon instead of 1."
      }
    ],
    "rarity": "Ultra Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.54
        },
        {
          "condition": "LP",
          "price": 2.47
        },
        {
          "condition": "DMG",
          "price": 1.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 16.5,
          "low": 16.5,
          "high": 16.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9.6,
          "low": 9.6,
          "high": 9.6,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 55.94,
          "low": 50.6,
          "high": 97.19,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7,
          "trend": {
            "direction": "flat",
            "percent": 0
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 12,
          "low": 12,
          "high": 12,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.01,
          "low": 16.1,
          "high": 20.75,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-21T02:29:05.702Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.97
      }
    }
  }
}