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

You may have your opponent shuffle their deck.
/api/v1/pokemon/cards/sm12-72?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm12-72",
"name": "Lanturn",
"number": "72",
"printed_number": "72",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/72.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/72.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/72.large.webp"
}
],
"expansion": {
"id": "sm12",
"name": "Cosmic Eclipse",
"total": 272,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "CEC",
"printed_total": 236,
"release_date": "2019/11/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "201246",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/72.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/72.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/72.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Lightning"
],
"hp": "110",
"abilities": [
{
"name": "Blinking Lights",
"text": "As often as you like during your turn (before your attack), you may look at the top card of your opponent's deck.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Lightning",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Swirling Flow",
"text": "You may have your opponent shuffle their deck.",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "otumami",
"pricing": {
"currency": "USD",
"market": 0.27,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.27
},
{
"condition": "LP",
"price": 0.26
},
{
"condition": "MP",
"price": 0.19
}
],
"graded": [],
"market_updated_at": "2026-09-22T03:47:33.866Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}