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

The Defending Pokémon is now Asleep.
Flip a coin. If heads, search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward.
/api/v1/pokemon/cards/dp4-88?include=prices 200 15ms{
"success": true,
"data": {
"id": "dp4-88",
"name": "Togepi",
"number": "88",
"printed_number": "88",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/88.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/88.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/88.large.webp"
}
],
"expansion": {
"id": "dp4",
"name": "Great Encounters",
"total": 106,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "GE",
"printed_total": 106,
"release_date": "2008/02/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89934",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/88.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/88.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/88.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Yawn",
"text": "The Defending Pokémon is now Asleep."
},
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Find a Friend",
"text": "Flip a coin. If heads, search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "+10"
}
],
"rarity": "Common",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 1.68,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.68
},
{
"condition": "LP",
"price": 0.88
},
{
"condition": "MP",
"price": 0.55
},
{
"condition": "HP",
"price": 0.35
},
{
"condition": "DMG",
"price": 0.38
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 13,
"low": 11.05,
"high": 14.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 203,
"low": 172.55,
"high": 233.45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 47,
"low": 39,
"high": 61.36,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "9",
"value": 38,
"low": 32.3,
"high": 43.7,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-05T06:56:42.881Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}