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-1vh?include=prices 200 15ms{
"success": true,
"data": {
"id": "mcd17-1vh",
"name": "Rowlet",
"number": "1",
"printed_number": "1",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/1vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/1vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/1vh.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": "152681",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/1vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/1vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/1vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Tackle",
"damage": "10"
},
{
"cost": [
"Grass",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Leafage",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Megumi Mizutani",
"pricing": {
"currency": "USD",
"market": 7.33,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 7.33
},
{
"condition": "LP",
"price": 4.31
},
{
"condition": "MP",
"price": 3.29
},
{
"condition": "HP",
"price": 1.32
},
{
"condition": "DMG",
"price": 0.88
}
],
"graded": [],
"market_updated_at": "2026-09-21T03:27:45.293Z",
"trend_7d": {
"direction": "down",
"percent": -1.48
}
}
}
}