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 until you get tails. For each heads, discard the top card of your opponent's deck.
/api/v1/pokemon/cards/xy5-90vrh?include=prices 200 15ms{
"success": true,
"data": {
"id": "xy5-90vrh",
"name": "Diggersby",
"number": "90",
"printed_number": "90",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/90vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/90vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/90vrh.large.webp"
}
],
"expansion": {
"id": "xy5",
"name": "Primal Clash",
"total": 164,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "PRC",
"printed_total": 160,
"release_date": "2015/02/04",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "95988",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/90vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/90vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/90vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fighting"
],
"hp": "110",
"attacks": [
{
"cost": [
"Fighting"
],
"converted_energy_cost": 1,
"name": "Ear Dig",
"text": "Flip a coin until you get tails. For each heads, discard the top card of your opponent's deck."
},
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Hammer In",
"damage": "70"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Kyoko Umemoto",
"pricing": {
"currency": "USD",
"market": 0.52,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.52
},
{
"condition": "LP",
"price": 0.39
},
{
"condition": "MP",
"price": 0.34
},
{
"condition": "HP",
"price": 0.23
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 39.95,
"low": 33.96,
"high": 45.94,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:31:16.225Z",
"trend_7d": {
"direction": "up",
"percent": 1.96
}
}
}
}