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/ex1-82?include=prices 200 18ms{
"success": true,
"data": {
"id": "ex1-82",
"name": "Energy Switch",
"number": "82",
"printed_number": "82",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/82.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/82.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/82.large.webp"
}
],
"expansion": {
"id": "ex1",
"name": "Ruby & Sapphire",
"total": 109,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "RS",
"printed_total": 109,
"release_date": "2003/07/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85252",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/82.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/82.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/82.large.webp"
}
]
}
],
"supertype": "Trainer",
"subtypes": [
"Item"
],
"rarity": "Uncommon",
"artist": "Ken Ikuji",
"pricing": {
"currency": "USD",
"market": 4.53,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4.53
},
{
"condition": "LP",
"price": 1.2
},
{
"condition": "MP",
"price": 1.09
},
{
"condition": "HP",
"price": 0.89
},
{
"condition": "DMG",
"price": 0.91
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 39.99,
"low": 33.99,
"high": 45.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "2",
"value": 2,
"low": 1.7,
"high": 2.3,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 9.5,
"low": 9.5,
"high": 9.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 21.71,
"low": 21.71,
"high": 21.71,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T03:55:46.056Z",
"trend_7d": {
"direction": "flat",
"percent": -0.22
}
}
}
}