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/sm12-201?include=prices 200 18ms{
"success": true,
"data": {
"id": "sm12-201",
"name": "Professor Oak's Setup",
"number": "201",
"printed_number": "201",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/201.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/201.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/201.large.webp"
}
],
"expansion": {
"id": "sm12",
"name": "Cosmic Eclipse",
"total": 272,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "CEC",
"printed_total": 236,
"release_date": "2019/11/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "201322",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/201.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/201.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/201.large.webp"
}
]
}
],
"supertype": "Trainer",
"subtypes": [
"Supporter"
],
"rarity": "Uncommon",
"artist": "Megumi Mizutani",
"pricing": {
"currency": "USD",
"market": 0.21,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.21
},
{
"condition": "LP",
"price": 0.2
},
{
"condition": "MP",
"price": 0.09
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 222,
"low": 187,
"high": 224.56,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 32,
"low": 27.2,
"high": 36.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 51,
"low": 51,
"high": 161,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:47:33.866Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}