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's Active Pokémon is now Paralyzed.
/api/v1/pokemon/cards/sm10-38vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "sm10-38vrh",
"name": "Poliwhirl",
"number": "38",
"printed_number": "38",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/38vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/38vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/38vrh.large.webp"
}
],
"expansion": {
"id": "sm10",
"name": "Unbroken Bonds",
"total": 238,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "UNB",
"printed_total": 214,
"release_date": "2019/05/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "189112",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/38vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/38vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/38vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"hp": "90",
"attacks": [
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Bubble",
"text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
"damage": "20"
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Knuckle Punch",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Yukiko Baba",
"pricing": {
"currency": "USD",
"market": 0.97,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.97
},
{
"condition": "LP",
"price": 0.72
},
{
"condition": "MP",
"price": 0.72
},
{
"condition": "HP",
"price": 0.34
}
],
"graded": [
{
"company": "PSA",
"grade": "7",
"value": 15,
"low": 12.75,
"high": 17.25,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 20,
"low": 17,
"high": 23,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 24,
"low": 20.4,
"high": 27.6,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:23:44.093Z",
"trend_7d": {
"direction": "down",
"percent": -1.02
}
}
}
}