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

← Unified Minds
Chandelure

Chandelure

Rare Holo #30 Pokémon Stage 2 HP 140
Types
Fire
Illustrator
kirisAki
Expansion
Unified Minds · Sun & Moon
Language
English
TCGplayer
194948

Attacks

Spirit Burner 10
Fire

Discard the top 5 cards of your deck. This attack does 60 more damage for each Pokémon you discarded in this way. Then, put any number of Fire Pokémon you discarded in this way onto your Bench.

GET /api/v1/pokemon/cards/sm11-30vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11-30vrh",
    "name": "Chandelure",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/30vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/30vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/30vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11",
      "name": "Unified Minds",
      "total": 261,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNM",
      "printed_total": 236,
      "release_date": "2019/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "194948",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/30vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/30vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/30vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Spirit Burner",
        "text": "Discard the top 5 cards of your deck. This attack does 60 more damage for each Pokémon you discarded in this way. Then, put any number of Fire Pokémon you discarded in this way onto your Bench.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 0.92,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.92
        },
        {
          "condition": "LP",
          "price": 0.74
        },
        {
          "condition": "MP",
          "price": 0.42
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:35:58.618Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.08
      }
    }
  }
}