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

← Pitch Black
Mega Chandelure ex

Mega Chandelure ex

Special Illustration Rare #115 Pokémon Stage 2MEGAex HP 350
Types
Psychic
Illustrator
REND
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704872

Attacks

Phantom Maze 130
Psychic · Psychic

This attack does 50 more damage for each Retreat Cost.

GET /api/v1/pokemon/cards/me5-115vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-115vh",
    "name": "Mega Chandelure ex",
    "number": "115",
    "printed_number": "115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-115vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-115vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-115vh.large.webp"
      }
    ],
    "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": "704872",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-115vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-115vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-115vh.large.webp"
          }
        ]
      }
    ],
    "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": "Special Illustration Rare",
    "artist": "REND",
    "pricing": {
      "currency": "USD",
      "market": 39.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 39.8
        },
        {
          "condition": "HP",
          "price": 29.99
        },
        {
          "condition": "DMG",
          "price": 31.94
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 80.25,
          "low": 68.21,
          "high": 92.29,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "ACE",
          "grade": "9",
          "value": 52.75,
          "low": 44.84,
          "high": 60.66,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 341,
          "low": 289.85,
          "high": 392.15,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 59.75,
          "low": 56.38,
          "high": 63.13,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 147.5,
          "low": 125.38,
          "high": 169.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:55:34.671Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.97
      }
    }
  }
}