Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

Flip a coin. If heads, heal 30 damage from 1 of your Pokémon.
/api/v1/pokemon/cards/mcd18-10?include=prices 200 16ms{
"success": true,
"data": {
"id": "mcd18-10",
"name": "Chansey",
"number": "10",
"printed_number": "10",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-10.small.jpeg?v=1777736090418",
"medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-10.small.jpeg?v=1777736090418",
"large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-10.small.jpeg?v=1777736090418"
}
],
"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": "180458",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-10.small.jpeg?v=1777736090418",
"medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-10.small.jpeg?v=1777736090418",
"large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-10.small.jpeg?v=1777736090418"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "110",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Bind Wound",
"text": "Flip a coin. If heads, heal 30 damage from 1 of your Pokémon."
},
{
"cost": [
"Colorless",
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Hammer In",
"damage": "80"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Megumi Mizutani",
"pricing": {
"currency": "USD",
"market": 5.65,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 5.65
},
{
"condition": "LP",
"price": 3.02
},
{
"condition": "MP",
"price": 1.41
},
{
"condition": "HP",
"price": 0.96
},
{
"condition": "DMG",
"price": 0.73
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 54.26,
"low": 28.45,
"high": 92.05,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "9",
"value": 13,
"low": 11.05,
"high": 14.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:50:52.734Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}