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

← Abyss Eye
Mega Chandelure ex

Mega Chandelure ex

Super Rare #97 Pokémon Stage 2MEGAex
Types
Psychic
Illustrator
5ban Graphics
Expansion
Abyss Eye · Mega Evolution
Language
Japanese
TCGplayer
695036

Attacks

Phantom Maze 130+
Psychic · Psychic

This attack does 50 more damage for each [C] in your opponent's Active Pokemon's Retreat Cost.

GET /api/v1/pokemon/cards/m5_ja-97vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m5_ja-97vh",
    "name": "Mega Chandelure ex",
    "number": "97",
    "printed_number": "97",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-97vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-97vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-97vh.large.webp"
      }
    ],
    "expansion": {
      "id": "m5_ja",
      "name": "Abyss Eye",
      "total": 118,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M5",
      "printed_total": 81,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Abyss Eye"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "695036",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-97vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-97vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-97vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "MEGA",
      "ex"
    ],
    "types": [
      "Psychic"
    ],
    "abilities": [
      {
        "name": "Cursed Flame",
        "text": "Your opponent's Active Pokemon's Retreat Cost is 1 more.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Phantom Maze",
        "text": "This attack does 50 more damage for each [C] in your opponent's Active Pokemon's Retreat Cost.",
        "damage": "130+"
      }
    ],
    "weaknesses": [
      {
        "type": "悪",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "闘",
        "value": "-30"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 6.77,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.77
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 116.51,
          "low": 93,
          "high": 93,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14,
          "low": 14,
          "high": 14,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:09:57.625Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.15
      }
    }
  }
}