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

← Phantom Gate
Chandelure

Chandelure

Rare #42 Pokémon Stage 2 HP 130
Types
Psychic
Illustrator
PLANETA
Expansion
Phantom Gate · XY
Language
Japanese
TCGplayer
603552

Attacks

Cursed Drop
Psychic · Colorless · Colorless

Put 6 damage counters on your opponent's Pokémon in any way you like.

GET /api/v1/pokemon/cards/xy4_ja-42vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy4_ja-42vh",
    "name": "Chandelure",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/42vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/42vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/42vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy4_ja",
      "name": "Phantom Gate",
      "total": 97,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY4",
      "printed_total": 88,
      "release_date": "2014/09/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Phantom Gate"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603552",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/42vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/42vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/42vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Fainting Spell",
        "text": "If this Pokémon is Knocked Out by damage from an opponent's attack, flip a coin. If heads, the Attacking Pokémon is Knocked Out.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Cursed Drop",
        "text": "Put 6 damage counters on your opponent's Pokémon in any way you like."
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "PLANETA",
    "pricing": {
      "currency": "USD",
      "market": 3.59,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.59
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 88,
          "low": 74.8,
          "high": 101.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30.2,
          "low": 49.99,
          "high": 49.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-08-10T03:35:31.012Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}