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/xy5-25vh?include=prices 200 19ms{
"success": true,
"data": {
"id": "xy5-25vh",
"name": "Torchic",
"number": "25",
"printed_number": "25",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/25vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/25vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/25vh.large.webp"
}
],
"expansion": {
"id": "xy5",
"name": "Primal Clash",
"total": 164,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "PRC",
"printed_total": 160,
"release_date": "2015/02/04",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "95909",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/25vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/25vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/25vh.large.webp"
}
]
}
],
"rarity": "Common",
"artist": "sui",
"pricing": {
"currency": "USD",
"market": 2.13,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.13
},
{
"condition": "LP",
"price": 1.4
},
{
"condition": "MP",
"price": 1.01
},
{
"condition": "HP",
"price": 0.84
},
{
"condition": "DMG",
"price": 0.34
}
],
"graded": [
{
"company": "BGS",
"grade": "8.5",
"value": 19.99,
"low": 16.99,
"high": 22.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 12.31,
"low": 14.5,
"high": 14.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 20,
"low": 17,
"high": 23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 35,
"low": 29.75,
"high": 40.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:31:16.225Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}