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/bw8-53vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "bw8-53vrh",
"name": "Zubat",
"number": "53",
"printed_number": "53",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/53vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/53vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/53vrh.large.webp"
}
],
"expansion": {
"id": "bw8",
"name": "Plasma Storm",
"total": 138,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "PLS",
"printed_total": 135,
"release_date": "2013/02/06",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "90778",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/53vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/53vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/53vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "40",
"abilities": [
{
"name": "Free Flight",
"text": "If this Pokémon has no Energy attached to it, this Pokémon has no Retreat Cost.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Psychic",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Wing Attack",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Mizue",
"pricing": {
"currency": "USD",
"market": 4.59,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4.59
},
{
"condition": "LP",
"price": 4.53
},
{
"condition": "MP",
"price": 3.44
},
{
"condition": "HP",
"price": 1.65
}
],
"graded": [],
"market_updated_at": "2026-09-21T02:18:42.799Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}