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

Search your deck for a Dratini, a Dragonair, and a Dragonite, reveal them, and put them into your hand. Then, shuffle your deck.
/api/v1/pokemon/cards/mcd18-9?include=prices 200 18ms{
"success": true,
"data": {
"id": "mcd18-9",
"name": "Dratini",
"number": "9",
"printed_number": "9",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-9.small.jpeg?v=1777758262247",
"medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-9.small.jpeg?v=1777758262247",
"large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-9.small.jpeg?v=1777758262247"
}
],
"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": "180457",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-9.small.jpeg?v=1777758262247",
"medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-9.small.jpeg?v=1777758262247",
"large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-9.small.jpeg?v=1777758262247"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Dragon"
],
"hp": "60",
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Signs of Evolution",
"text": "Search your deck for a Dratini, a Dragonair, and a Dragonite, reveal them, and put them into your hand. Then, shuffle your deck."
},
{
"cost": [
"Lightning"
],
"converted_energy_cost": 1,
"name": "Tail Smack",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fairy",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Naoyo Kimura",
"pricing": {
"currency": "USD",
"market": 12.16,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 12.16
},
{
"condition": "LP",
"price": 7.06
},
{
"condition": "MP",
"price": 4.41
},
{
"condition": "HP",
"price": 2.45
},
{
"condition": "DMG",
"price": 1.42
}
],
"graded": [
{
"company": "CGC",
"grade": "8",
"value": 18,
"low": 15.3,
"high": 20.7,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 18,
"low": 15.3,
"high": 20.7,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 15,
"low": 12.75,
"high": 17.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:50:52.734Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}