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/mcd14-8?include=prices 200 16ms{
"success": true,
"data": {
"id": "mcd14-8",
"name": "Snubbull",
"number": "8",
"printed_number": "8",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/8.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/8.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/8.large.webp"
}
],
"expansion": {
"id": "mcd14",
"name": "McDonald's Collection 2014",
"total": 12,
"language": "English",
"language_code": "en",
"series": "Other",
"printed_total": 12,
"release_date": "2014/05/23",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd14.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd14.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "110413",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/8.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/8.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/8.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fairy"
],
"hp": "70",
"attacks": [
{
"cost": [
"Fairy",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Headbutt",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"resistances": [
{
"type": "Darkness",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Naoki Saito",
"pricing": {
"currency": "USD",
"market": 11.63,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 11.63
},
{
"condition": "LP",
"price": 6.09
},
{
"condition": "MP",
"price": 3.81
},
{
"condition": "HP",
"price": 2.23
},
{
"condition": "DMG",
"price": 1.44
}
],
"graded": [],
"market_updated_at": "2026-09-21T02:09:12.078Z",
"trend_7d": {
"direction": "down",
"percent": -22.31
}
}
}
}