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/mcd17-3vh?include=prices 200 20ms{
"success": true,
"data": {
"id": "mcd17-3vh",
"name": "Litten",
"number": "3",
"printed_number": "3",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/3vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/3vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/3vh.large.webp"
}
],
"expansion": {
"id": "mcd17",
"name": "McDonald's Collection 2017",
"total": 12,
"language": "English",
"language_code": "en",
"series": "Other",
"printed_total": 12,
"release_date": "2017/11/07",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd17.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd17.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "152683",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/3vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/3vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/3vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "70",
"attacks": [
{
"cost": [
"Fire"
],
"converted_energy_cost": 1,
"name": "Bite",
"damage": "10"
},
{
"cost": [
"Fire",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Flare",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Akira Komayama",
"pricing": {
"currency": "USD",
"market": 14.89,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 14.89
},
{
"condition": "LP",
"price": 2.77
},
{
"condition": "MP",
"price": 2.15
},
{
"condition": "HP",
"price": 1.15
},
{
"condition": "DMG",
"price": 0.93
}
],
"graded": [],
"market_updated_at": "2026-09-21T03:27:45.293Z",
"trend_7d": {
"direction": "flat",
"percent": -0.13
}
}
}
}