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/bw6-60vrh?include=prices 200 18ms{
"success": true,
"data": {
"id": "bw6-60vrh",
"name": "Cubone",
"number": "60",
"printed_number": "60",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/60vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/60vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/60vrh.large.webp"
}
],
"expansion": {
"id": "bw6",
"name": "Dragons Exalted",
"total": 128,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "DRX",
"printed_total": 124,
"release_date": "2012/08/15",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "84536",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/60vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/60vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/60vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "70",
"attacks": [
{
"cost": [
"Fighting"
],
"converted_energy_cost": 1,
"name": "Headbutt",
"damage": "10"
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Beat",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"resistances": [
{
"type": "Lightning",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Atsuko Nishida",
"pricing": {
"currency": "USD",
"market": 14.64,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 14.64
},
{
"condition": "LP",
"price": 9.8
},
{
"condition": "MP",
"price": 6.4
},
{
"condition": "HP",
"price": 6.08
},
{
"condition": "DMG",
"price": 1.98
}
],
"graded": [],
"market_updated_at": "2026-09-22T02:21:06.790Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}