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

/api/v1/pokemon/cards/pgo-25vrh?include=prices 200 19ms{
"success": true,
"data": {
"id": "pgo-25vrh",
"name": "Wimpod",
"number": "25",
"printed_number": "25",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/25vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/25vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/25vrh.large.webp"
}
],
"expansion": {
"id": "pgo",
"name": "Pokémon GO",
"total": 88,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "PGO",
"printed_total": 78,
"release_date": "2022/07/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pgo.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pgo.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "274457",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/25vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/25vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/25vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "70",
"abilities": [
{
"name": "Punk Out",
"text": "If your opponent has any Pokémon V in play, this Pokémon has no Retreat Cost.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Gnaw",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Miki Tanaka",
"pricing": {
"currency": "USD",
"market": 0.26,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.26
},
{
"condition": "MP",
"price": 0.2
},
{
"condition": "HP",
"price": 0.15
}
],
"graded": [
{
"company": "PSA",
"grade": "7",
"value": 11.25,
"low": 9.38,
"high": 11.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:13:21.231Z",
"trend_7d": {
"direction": "up",
"percent": 4
}
}
}
}