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/mcd16-7?include=prices 200 16ms{
"success": true,
"data": {
"id": "mcd16-7",
"name": "Scraggy",
"number": "7",
"printed_number": "7",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/7.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/7.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/7.large.webp"
}
],
"expansion": {
"id": "mcd16",
"name": "McDonald's Collection 2016",
"total": 12,
"language": "English",
"language_code": "en",
"series": "Other",
"printed_total": 12,
"release_date": "2016/08/19",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd16.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd16.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "275063",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/7.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/7.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/7.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Darkness"
],
"hp": "60",
"attacks": [
{
"cost": [
"Darkness",
"Darkness"
],
"converted_energy_cost": 2,
"name": "Corkscrew Punch",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Tomokazu Komiya",
"pricing": {
"currency": "USD",
"market": 199.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 199.99
},
{
"condition": "LP",
"price": 139.99
},
{
"condition": "MP",
"price": 89.99
},
{
"condition": "HP",
"price": 51.49
},
{
"condition": "DMG",
"price": 38.74
}
],
"graded": [],
"market_updated_at": "2026-09-21T02:35:08.083Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}