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-2?include=prices 200 19ms{
"success": true,
"data": {
"id": "mcd14-2",
"name": "Chespin",
"number": "2",
"printed_number": "2",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/2.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/2.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/2.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": "110407",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/2.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/2.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/2.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "60",
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Vine Whip",
"damage": "10"
},
{
"cost": [
"Grass",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Seed Bomb",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Common",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 15.67,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 15.67
},
{
"condition": "LP",
"price": 4.66
},
{
"condition": "MP",
"price": 2.16
},
{
"condition": "HP",
"price": 1.93
},
{
"condition": "DMG",
"price": 1.08
}
],
"graded": [],
"market_updated_at": "2026-09-21T02:09:12.078Z",
"trend_7d": {
"direction": "up",
"percent": 15.22
}
}
}
}