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/ex4-86?include=prices 200 17ms{
"success": true,
"data": {
"id": "ex4-86",
"name": "Aqua Energy",
"number": "86",
"printed_number": "86",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/86.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/86.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/86.large.webp"
}
],
"expansion": {
"id": "ex4",
"name": "Team Magma vs Team Aqua",
"total": 97,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "MA",
"printed_total": 95,
"release_date": "2004/03/15",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "83565",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/86.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/86.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/86.large.webp"
}
]
}
],
"supertype": "Energy",
"subtypes": [
"Special"
],
"rarity": "Uncommon",
"artist": "Takumi Akabane",
"pricing": {
"currency": "USD",
"market": 2.5,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.5
},
{
"condition": "LP",
"price": 2.43
},
{
"condition": "MP",
"price": 1.76
},
{
"condition": "HP",
"price": 1.24
},
{
"condition": "DMG",
"price": 2.16
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 95,
"low": 80.75,
"high": 109.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 11,
"low": 9.35,
"high": 12.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "2004",
"value": 626,
"low": 532.1,
"high": 719.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 33.5,
"low": 28.48,
"high": 38.53,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:34:54.253Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}