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

← Shining Synergy (Summon)
Chandelure

Chandelure

Rare #030/150 Pokémon Stage 2 HP 140
Types
Fire
Illustrator
kirisAki
Expansion
Shining Synergy (Summon) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Spirit Burner 10
Colorless

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/sssm-030?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssm-030",
    "name": "Chandelure",
    "number": "030/150",
    "printed_number": "030/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-030.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-030.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-030.large.webp"
      }
    ],
    "expansion": {
      "id": "sssm",
      "name": "Shining Synergy (Summon)",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 192,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssm.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Summon)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-030.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-030.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-030.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "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",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 16.14,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 278.63,
          "low": 280,
          "high": 280,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-19T02:34:34.370Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}