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-6?include=prices 200 16ms{
"success": true,
"data": {
"id": "mcd14-6",
"name": "Inkay",
"number": "6",
"printed_number": "6",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/6.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/6.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/6.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": "110411",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/6.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/6.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/6.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Darkness"
],
"hp": "60",
"attacks": [
{
"cost": [
"Darkness"
],
"converted_energy_cost": 1,
"name": "Peck",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "Common",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 19.27,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 19.27
},
{
"condition": "LP",
"price": 4.32
},
{
"condition": "MP",
"price": 2.23
},
{
"condition": "HP",
"price": 1.83
},
{
"condition": "DMG",
"price": 0.6
}
],
"graded": [],
"market_updated_at": "2026-09-21T02:09:12.078Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}