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/bw11-111?include=prices 200 17ms{
"success": true,
"data": {
"id": "bw11-111",
"name": "Crushing Hammer",
"number": "111",
"printed_number": "111",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/111.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/111.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/111.large.webp"
}
],
"expansion": {
"id": "bw11",
"name": "Legendary Treasures",
"total": 140,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "LTR",
"printed_total": 113,
"release_date": "2013/11/06",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "84506",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/111.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/111.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/111.large.webp"
}
]
}
],
"supertype": "Trainer",
"subtypes": [
"Item"
],
"rarity": "Uncommon",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 0.47,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.47
},
{
"condition": "LP",
"price": 0.31
},
{
"condition": "MP",
"price": 0.23
},
{
"condition": "HP",
"price": 0.33
},
{
"condition": "DMG",
"price": 0.24
}
],
"graded": [],
"market_updated_at": "2026-09-22T03:19:42.754Z",
"trend_7d": {
"direction": "up",
"percent": 4.44
}
}
}
}