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

Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon.
/api/v1/pokemon/cards/swsh11-25vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "swsh11-25vrh",
"name": "Lampent",
"number": "25",
"printed_number": "25",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/25vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/25vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/25vrh.large.webp"
}
],
"expansion": {
"id": "swsh11",
"name": "Lost Origin",
"total": 217,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "LOR",
"printed_total": 196,
"release_date": "2022/09/09",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh11.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh11.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "283896",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/25vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/25vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/25vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fire"
],
"hp": "80",
"attacks": [
{
"cost": [
"Fire"
],
"converted_energy_cost": 1,
"name": "Flickering Glow",
"text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "kurumitsu",
"pricing": {
"currency": "USD",
"market": 0.29,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.29
},
{
"condition": "LP",
"price": 0.25
},
{
"condition": "MP",
"price": 0.19
},
{
"condition": "DMG",
"price": 0.1
}
],
"graded": [],
"market_updated_at": "2026-09-22T03:49:18.643Z",
"trend_7d": {
"direction": "up",
"percent": 3.57
}
}
}
}