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

← Alolan Moonlight
Chandelure

Chandelure

Rare #5 Pokémon Stage 2 HP 140
Types
Fire
Illustrator
Kouki Saitou
Expansion
Alolan Moonlight · Sun & Moon
Language
Japanese
TCGplayer
571845

Attacks

Super Singe 50
Fire

Your opponent's Active Pokémon is now Burned.

GET /api/v1/pokemon/cards/sm2l_ja-5vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2l_ja-5vh",
    "name": "Chandelure",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/5vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/5vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/5vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2l_ja",
      "name": "Alolan Moonlight",
      "total": 55,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM2L",
      "printed_total": 50,
      "release_date": "2017/03/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2l_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2l_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Alolan Moonlight"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571845",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/5vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/5vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/5vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "140",
    "abilities": [
      {
        "name": "Shady Move",
        "text": "Once during your turn (before your attack), you may move 1 damage counter from 1 Pokémon to another Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Super Singe",
        "text": "Your opponent's Active Pokémon is now Burned.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.96,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.96
        },
        {
          "condition": "LP",
          "price": 0.89
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:20:59.346Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}