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, your opponent shuffles their Active Pokémon and all cards attached to it into their deck.
Your opponent's Active Pokémon is now Confused.
/api/v1/pokemon/cards/sm8-151vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm8-151vrh",
"name": "Tapu Fini",
"number": "151",
"printed_number": "151",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/151vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/151vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/151vrh.large.webp"
}
],
"expansion": {
"id": "sm8",
"name": "Lost Thunder",
"total": 240,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "LOT",
"printed_total": 214,
"release_date": "2018/11/02",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "178972",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/151vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/151vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/151vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fairy"
],
"hp": "120",
"attacks": [
{
"cost": [
"Fairy",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Dream Away",
"text": "Flip a coin. If heads, your opponent shuffles their Active Pokémon and all cards attached to it into their deck."
},
{
"cost": [
"Fairy",
"Fairy",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Wonder Shine",
"text": "Your opponent's Active Pokémon is now Confused.",
"damage": "100"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"resistances": [
{
"type": "Darkness",
"value": "-20"
}
],
"rarity": "Rare Holo",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 4.72,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4.72
},
{
"condition": "LP",
"price": 3.91
},
{
"condition": "DMG",
"price": 3
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 16,
"low": 13.6,
"high": 18.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 7.2,
"low": 6.12,
"high": 8.28,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 24.5,
"low": 20.83,
"high": 28.17,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:30:21.808Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}