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

← Fusion Arts
Chandelure V

Chandelure V

Super Rare #102 Pokémon BasicV HP 200
Types
Fire
Illustrator
Saki Hayashiro
Expansion
Fusion Arts · Sword & Shield
Language
Japanese
TCGplayer
569603

Attacks

Confuse Ray
Fire

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

Poltergeist 40×
Fire · Colorless

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

GET /api/v1/pokemon/cards/swsh8_ja-102vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8_ja-102vh",
    "name": "Chandelure V",
    "number": "102",
    "printed_number": "102",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/102vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/102vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/102vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh8_ja",
      "name": "Fusion Arts",
      "total": 129,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S8",
      "printed_total": 100,
      "release_date": "2021/09/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Fusion Arts"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569603",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/102vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/102vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/102vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Fire"
    ],
    "hp": "200",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Confuse Ray",
        "text": "Your opponent's Active Pokémon is now Confused."
      },
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Poltergeist",
        "text": "Your opponent reveals their hand. This attack does 40 damage for each Trainer card you find there.",
        "damage": "40×"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "Saki Hayashiro",
    "pricing": {
      "currency": "USD",
      "market": 4.03,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.03
        },
        {
          "condition": "LP",
          "price": 3.74
        },
        {
          "condition": "MP",
          "price": 2.9
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 54.99,
          "low": 50.99,
          "high": 58.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 33.26,
          "low": 28.27,
          "high": 38.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 8.27,
          "low": 7.03,
          "high": 9.51,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 42,
          "low": 34.6,
          "high": 68.37,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:21:01.545Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1
      }
    }
  }
}