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

← Nine Colours Gathering (Origin)
Chandelure Vmax

Chandelure Vmax

Hyper Rare #158/132 Pokémon VMAX HP 320
Types
Fire
Illustrator
AKIRA EGAWA
Expansion
Nine Colours Gathering (Origin) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Max Poltergeist 70
Colorless · Colorless

Your opponent reveals their hand. This attack does 70 damage for each Trainer card you find there.

GET /api/v1/pokemon/cards/ncgo-158vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ncgo-158vh",
    "name": "Chandelure Vmax",
    "number": "158/132",
    "printed_number": "158/132",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-158vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-158vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-158vh.large.webp"
      }
    ],
    "expansion": {
      "id": "ncgo",
      "name": "Nine Colours Gathering (Origin)",
      "total": 177,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 177,
      "release_date": "2024/03/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ncgo.logo.png",
      "translation": {
        "en": {
          "name": "Nine Colours Gathering (Origin)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-158vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-158vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-158vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Fire"
    ],
    "hp": "320",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Max Poltergeist",
        "text": "Your opponent reveals their hand. This attack does 70 damage for each Trainer card you find there.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Hyper Rare",
    "artist": "AKIRA EGAWA",
    "pricing": {
      "currency": "USD",
      "market": 5.5,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T02:10:29.608Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}