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

← Mask of Change
Chandelure

Chandelure

Rare #21 Pokémon Stage 2
Types
Fire
Illustrator
saino misaki
Expansion
Mask of Change · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Mind Ruler
Fire

This attack does 30 damage for each card in your opponent's hand.

GET /api/v1/pokemon/cards/sv6_ja-21vh?include=prices 200 80ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6_ja-21vh",
    "name": "Chandelure",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/21vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/21vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/21vh.large.png"
      }
    ],
    "expansion": {
      "id": "sv6_ja",
      "name": "Mask of Change",
      "total": 133,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV6",
      "printed_total": 101,
      "release_date": "2024/04/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mask of Change"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/21vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/21vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/21vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "abilities": [
      {
        "name": "Tempting Light",
        "text": "Once during your turn, you may have each player draw a card.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Mind Ruler",
        "text": "This attack does 30 damage for each card in your opponent's hand."
      }
    ],
    "rarity": "Rare",
    "artist": "saino misaki",
    "pricing": {
      "currency": "USD",
      "market": 2.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.14
        },
        {
          "condition": "LP",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T14:48:27.625Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.47
      }
    }
  }
}