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
Dragonair (Energy Reverse)

Dragonair (Energy Reverse)

Common #125 Pokémon Basic HP 90
Types
Dragon
Illustrator
Gemi
Expansion
MEGA Dream ex · Mega Evolution
Language
Japanese
TCGplayer
666188

Attacks

Tail Snap 60
Water · Lightning
GET /api/v1/pokemon/cards/m2a_ja-125verh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m2a_ja-125verh",
    "name": "Dragonair (Energy Reverse)",
    "number": "125",
    "printed_number": "125",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/125verh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/125verh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/125verh.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": "666188",
    "variants": [
      {
        "name": "energyReverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/125verh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/125verh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/125verh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Evolution Discovery",
        "text": "If this Pokemon has any Energy attached to it, you may use this Ability once during your turn. Search your deck for an Evolution Pokemon, reveal it, and put it into your hand. Then, shuffle your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Tail Snap",
        "damage": "60"
      }
    ],
    "rarity": "Common",
    "artist": "Gemi",
    "pricing": {
      "currency": "USD",
      "market": 2.43,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.43
        },
        {
          "condition": "LP",
          "price": 1.7
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T16:20:50.662Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.41
      }
    }
  }
}