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-1?include=prices 200 17ms{
"success": true,
"data": {
"id": "mcd17-1",
"name": "Rowlet",
"number": "1",
"printed_number": "1",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/1.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/1.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/1.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": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/1.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/1.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/1.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.27,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 7.27
},
{
"condition": "LP",
"price": 4.31
},
{
"condition": "MP",
"price": 3.29
},
{
"condition": "HP",
"price": 1.32
},
{
"condition": "DMG",
"price": 0.88
}
],
"graded": [
{
"company": "ACE",
"grade": "10",
"value": 58.74,
"low": 55.23,
"high": 110.15,
"confidence": "high",
"value_kind": "sold",
"sold_count": 6
},
{
"company": "ACE",
"grade": "9",
"value": 21.18,
"low": 20.6,
"high": 21.4,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "CGC",
"grade": "9",
"value": 22.5,
"low": 19.13,
"high": 25.87,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 191,
"low": 158.24,
"high": 351.67,
"confidence": "high",
"value_kind": "sold",
"sold_count": 6
},
{
"company": "PSA",
"grade": "8",
"value": 23.63,
"low": 21.82,
"high": 24.34,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "9",
"value": 33.21,
"low": 22.85,
"high": 41.65,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "TAG",
"grade": "10",
"value": 59.99,
"low": 59.99,
"high": 59.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-09-21T03:27:45.293Z",
"trend_7d": {
"direction": "down",
"percent": -2.42
}
}
}
}