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/sm1-25vh?include=prices 200 16ms{
"success": true,
"data": {
"id": "sm1-25vh",
"name": "Torracat",
"number": "25",
"printed_number": "25",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/25vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/25vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/25vh.large.webp"
}
],
"expansion": {
"id": "sm1",
"name": "Sun & Moon",
"total": 173,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "SUM",
"printed_total": 149,
"release_date": "2017/02/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "126896",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/25vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/25vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/25vh.large.webp"
}
]
}
],
"rarity": "Uncommon",
"artist": "TOKIYA",
"pricing": {
"currency": "USD",
"market": 1.74,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.74
},
{
"condition": "LP",
"price": 0.32
},
{
"condition": "MP",
"price": 0.28
},
{
"condition": "HP",
"price": 0.19
}
],
"graded": [
{
"company": "CGC",
"grade": "8",
"value": 27.5,
"low": 23.38,
"high": 31.62,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:23:58.760Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}