Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

Heal 10 damage from this Pokémon.
/api/v1/pokemon/cards/mcd14-9vh?include=prices 200 25ms{
"success": true,
"data": {
"id": "mcd14-9vh",
"name": "Swirlix",
"number": "9",
"printed_number": "9",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/9vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/9vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/9vh.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": "110414",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/9vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/9vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/9vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fairy"
],
"hp": "60",
"attacks": [
{
"cost": [
"Fairy"
],
"converted_energy_cost": 1,
"name": "Draining Kiss",
"text": "Heal 10 damage from this Pokémon.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"resistances": [
{
"type": "Darkness",
"value": "-20"
}
],
"rarity": "Common",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 7.2,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 7.2
},
{
"condition": "LP",
"price": 6.08
},
{
"condition": "MP",
"price": 3.37
},
{
"condition": "HP",
"price": 2.37
},
{
"condition": "DMG",
"price": 1.46
}
],
"graded": [
{
"company": "PSA",
"grade": "8",
"value": 29.25,
"low": 16.65,
"high": 41.85,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-09-21T02:09:12.078Z",
"trend_7d": {
"direction": "flat",
"percent": -0.14
}
}
}
}