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

Put 6 damage counters on your opponent's Pokémon in any way you like.
/api/v1/pokemon/cards/xy4-43vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "xy4-43vrh",
"name": "Chandelure",
"number": "43",
"printed_number": "43",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/43vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/43vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/43vrh.large.webp"
}
],
"expansion": {
"id": "xy4",
"name": "Phantom Forces",
"total": 124,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "PHF",
"printed_total": 119,
"release_date": "2014/11/05",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "94501",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/43vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/43vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/43vrh.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 Holo",
"artist": "PLANETA",
"pricing": {
"currency": "USD",
"market": 1.92,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.92
},
{
"condition": "MP",
"price": 1.49
},
{
"condition": "HP",
"price": 0.79
},
{
"condition": "DMG",
"price": 0.7
}
],
"graded": [
{
"company": "CGC",
"grade": "9",
"value": 10.5,
"low": 8.92,
"high": 12.08,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 65,
"low": 55.25,
"high": 74.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 16,
"low": 13.6,
"high": 18.4,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:30:56.509Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}