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

Search your deck for up to 4 Pokémon and discard them. Then, shuffle your deck.
/api/v1/pokemon/cards/sm9-89?include=prices 200 16ms{
"success": true,
"data": {
"id": "sm9-89",
"name": "Spiritomb",
"number": "89",
"printed_number": "89",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/89.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/89.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/89.large.webp"
}
],
"expansion": {
"id": "sm9",
"name": "Team Up",
"total": 198,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "TEU",
"printed_total": 181,
"release_date": "2019/02/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "183867",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/89.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/89.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/89.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Darkness"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Spirit Compressor",
"text": "Search your deck for up to 4 Pokémon and discard them. Then, shuffle your deck."
},
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Spooky Shot",
"damage": "20"
}
],
"rarity": "Uncommon",
"artist": "HYOGONOSUKE",
"pricing": {
"currency": "USD",
"market": 0.24,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.24
},
{
"condition": "LP",
"price": 0.22
},
{
"condition": "MP",
"price": 0.16
},
{
"condition": "HP",
"price": 0.14
},
{
"condition": "DMG",
"price": 0.07
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 23,
"low": 19.55,
"high": 26.45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:42:04.828Z",
"trend_7d": {
"direction": "up",
"percent": 9.09
}
}
}
}