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/ex16-77?include=prices 200 14ms{
"success": true,
"data": {
"id": "ex16-77",
"name": "Great Ball",
"number": "77",
"printed_number": "77",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/77.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/77.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/77.large.webp"
}
],
"expansion": {
"id": "ex16",
"name": "Power Keepers",
"total": 108,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "PK",
"printed_total": 108,
"release_date": "2007/02/02",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex16.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex16.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85897",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/77.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/77.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/77.large.webp"
}
]
}
],
"supertype": "Trainer",
"subtypes": [
"Item"
],
"rarity": "Uncommon",
"artist": "Nakaoka",
"pricing": {
"currency": "USD",
"market": 1.28,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.28
},
{
"condition": "LP",
"price": 0.79
},
{
"condition": "MP",
"price": 0.8
},
{
"condition": "HP",
"price": 0.56
},
{
"condition": "DMG",
"price": 0.6
}
],
"graded": [
{
"company": "CGC",
"grade": "9",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 12.08,
"low": 14,
"high": 14,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-11T03:27:01.355Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}