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/swsh2-164?include=prices 200 18ms{
"success": true,
"data": {
"id": "swsh2-164",
"name": "Poké Ball",
"number": "164",
"printed_number": "164",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/164.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/164.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/164.large.webp"
}
],
"expansion": {
"id": "swsh2",
"name": "Rebel Clash",
"total": 209,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "RCL",
"printed_total": 192,
"release_date": "2020/05/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "213271",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/164.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/164.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/164.large.webp"
}
]
}
],
"supertype": "Trainer",
"subtypes": [
"Item"
],
"rarity": "Uncommon",
"artist": "Studio Bora Inc.",
"pricing": {
"currency": "USD",
"market": 0.13,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.13
},
{
"condition": "LP",
"price": 0.12
}
],
"graded": [],
"market_updated_at": "2026-08-29T02:04:02.972Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}