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/bw1-110vrh?include=prices 200 18ms{
"success": true,
"data": {
"id": "bw1-110vrh",
"name": "Fighting Energy",
"number": "110",
"printed_number": "110",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/110vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/110vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/110vrh.large.webp"
}
],
"expansion": {
"id": "bw1",
"name": "Black & White",
"total": 115,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "BLW",
"printed_total": 114,
"release_date": "2011/04/25",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85446",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/110vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/110vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/110vrh.large.webp"
}
]
}
],
"supertype": "Energy",
"subtypes": [
"Basic"
],
"rarity": "Common",
"pricing": {
"currency": "USD",
"market": 4.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4.99
},
{
"condition": "LP",
"price": 2.83
},
{
"condition": "MP",
"price": 2.91
},
{
"condition": "HP",
"price": 1.04
}
],
"graded": [],
"market_updated_at": "2026-08-14T04:18:36.294Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}