Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Pitch Black
Mega Chandelure ex

Mega Chandelure ex

Double Rare #38 Pokémon Stage 2MEGAex HP 350
Types
Psychic
Illustrator
5ban Graphics
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704795

Attacks

Phantom Maze 130
Psychic · Psychic

This attack does 50 more damage for each Retreat Cost.

GET /api/v1/pokemon/cards/me5-38vh?include=prices 200 73ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-38vh",
    "name": "Mega Chandelure ex",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-38vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-38vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-38vh.large.png"
      }
    ],
    "expansion": {
      "id": "me5",
      "name": "Pitch Black",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PBL",
      "printed_total": 84,
      "release_date": "2026/07/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "704795",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-38vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-38vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-38vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "MEGA",
      "ex"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "350",
    "abilities": [
      {
        "name": "Binding Flame",
        "text": "Your opponent's Active Pokémon's Retreat Cost is {{e}} more.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Phantom Maze",
        "text": "This attack does 50 more damage for each Retreat Cost.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.72,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.72
        },
        {
          "condition": "DMG",
          "price": 0.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-30T20:04:58.011Z",
      "trend_7d": {
        "direction": "down",
        "percent": -42.86
      }
    }
  }
}