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 tails, this attack does nothing.
/api/v1/pokemon/cards/hgss1-81vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "hgss1-81vrh",
"name": "Slowpoke",
"number": "81",
"printed_number": "81",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/81vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/81vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/81vrh.large.webp"
}
],
"expansion": {
"id": "hgss1",
"name": "HeartGold & SoulSilver",
"total": 124,
"language": "English",
"language_code": "en",
"series": "HeartGold & SoulSilver",
"code": "HS",
"printed_total": 123,
"release_date": "2010/02/10",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89332",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/81vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/81vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/81vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Whimsy Tackle",
"text": "Flip a coin. If tails, this attack does nothing.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Sumiyoshi Kizuki",
"pricing": {
"currency": "USD",
"market": 10.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 10.99
},
{
"condition": "HP",
"price": 6.01
}
],
"graded": [
{
"company": "CGC",
"grade": "9",
"value": 60,
"low": 51,
"high": 69,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 17.5,
"low": 14.88,
"high": 20.13,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-20T02:30:13.573Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}