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/mcd18-6?include=prices 200 17ms{
"success": true,
"data": {
"id": "mcd18-6",
"name": "Machop",
"number": "6",
"printed_number": "6",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/6.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/6.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/6.large.webp"
}
],
"expansion": {
"id": "mcd18",
"name": "McDonald's Collection 2018",
"total": 12,
"language": "English",
"language_code": "en",
"series": "Other",
"printed_total": 12,
"release_date": "2018/10/16",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd18.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd18.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "180454",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/6.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/6.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/6.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "60",
"attacks": [
{
"cost": [
"Fighting",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Dynamic Chop",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Masakazu Fukuda",
"pricing": {
"currency": "USD",
"market": 16.04,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 16.04
},
{
"condition": "LP",
"price": 2.81
},
{
"condition": "MP",
"price": 1.8
},
{
"condition": "HP",
"price": 0.93
},
{
"condition": "DMG",
"price": 0.92
}
],
"graded": [
{
"company": "CGC",
"grade": "7.5",
"value": 16.35,
"low": 17.99,
"high": 17.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T03:50:52.734Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}