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/ecard1-161?include=prices 200 15ms{
"success": true,
"data": {
"id": "ecard1-161",
"name": "Fire Energy",
"number": "161",
"printed_number": "161",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1/161.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1/161.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1/161.large.webp"
}
],
"expansion": {
"id": "ecard1",
"name": "Expedition Base Set",
"total": 165,
"language": "English",
"language_code": "en",
"series": "E-Card",
"code": "EX",
"printed_total": 165,
"release_date": "2002/09/15",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85456",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1/161.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1/161.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1/161.large.webp"
}
]
}
],
"supertype": "Energy",
"subtypes": [
"Basic"
],
"rarity": "Common",
"pricing": {
"currency": "USD",
"market": 2.42,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.42
},
{
"condition": "LP",
"price": 1.72
},
{
"condition": "MP",
"price": 1.08
},
{
"condition": "HP",
"price": 0.8
},
{
"condition": "DMG",
"price": 0.59
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 49.99,
"low": 42.49,
"high": 57.49,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 9.5,
"low": 8.07,
"high": 10.93,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 24.04,
"low": 29,
"high": 29,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T02:48:57.391Z",
"trend_7d": {
"direction": "down",
"percent": -1.63
}
}
}
}