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/xy12-98?include=prices 200 17ms{
"success": true,
"data": {
"id": "xy12-98",
"name": "Metal Energy",
"number": "98",
"printed_number": "98",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/98.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/98.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/98.large.webp"
}
],
"expansion": {
"id": "xy12",
"name": "Evolutions",
"total": 113,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "EVO",
"printed_total": 108,
"release_date": "2016/11/02",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy12.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy12.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "124111",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/98.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/98.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/98.large.webp"
}
]
}
],
"supertype": "Energy",
"subtypes": [
"Basic"
],
"rarity": "Common",
"pricing": {
"currency": "USD",
"market": 0.69,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.69
},
{
"condition": "LP",
"price": 0.46
},
{
"condition": "MP",
"price": 0.4
},
{
"condition": "HP",
"price": 0.29
},
{
"condition": "DMG",
"price": 0.56
}
],
"graded": [
{
"company": "CGC",
"grade": "7.5",
"value": 3,
"low": 2.55,
"high": 3.45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 5,
"low": 4.25,
"high": 5.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 111,
"low": 94.35,
"high": 127.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 7.25,
"low": 5,
"high": 7.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:19:13.631Z",
"trend_7d": {
"direction": "down",
"percent": -1.43
}
}
}
}