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/sm115-52?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm115-52",
"name": "Blaine's Last Stand",
"number": "52",
"printed_number": "52",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/52.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/52.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/52.large.webp"
}
],
"expansion": {
"id": "sm115",
"name": "Hidden Fates",
"total": 69,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "HIF",
"printed_total": 68,
"release_date": "2019/08/23",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm115.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm115.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "197699",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/52.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/52.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/52.large.webp"
}
]
}
],
"supertype": "Trainer",
"subtypes": [
"Supporter"
],
"rarity": "Rare",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 0.24,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.24
},
{
"condition": "LP",
"price": 0.17
},
{
"condition": "MP",
"price": 0.03
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 7.5,
"low": 6.38,
"high": 8.63,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:55:32.965Z",
"trend_7d": {
"direction": "up",
"percent": 4.35
}
}
}
}