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/g1-82vrh?include=prices 200 19ms{
"success": true,
"data": {
"id": "g1-82vrh",
"name": "Metal Energy",
"number": "82",
"printed_number": "82",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/82vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/82vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/82vrh.large.webp"
}
],
"expansion": {
"id": "g1",
"name": "Generations",
"total": 117,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "GEN",
"printed_total": 83,
"release_date": "2016/02/22",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "113740",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/82vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/82vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/82vrh.large.webp"
}
]
}
],
"supertype": "Energy",
"subtypes": [
"Basic"
],
"rarity": "Common",
"pricing": {
"currency": "USD",
"market": 9.47,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 9.47
},
{
"condition": "LP",
"price": 5.31
},
{
"condition": "MP",
"price": 3.19
},
{
"condition": "HP",
"price": 2.75
},
{
"condition": "DMG",
"price": 2.99
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 4,
"low": 3.4,
"high": 4.6,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T04:00:11.003Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}