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 up to 2 Melony cards, reveal them, and put them into your hand. Then, shuffle your deck.
Your opponent's Active Pokémon is now Asleep.
/api/v1/pokemon/cards/mcd22-6?include=prices 200 18ms{
"success": true,
"data": {
"id": "mcd22-6",
"name": "Lapras",
"number": "6",
"printed_number": "6",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/6.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/6.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/6.large.webp"
}
],
"expansion": {
"id": "mcd22",
"name": "McDonald's Collection 2022",
"total": 15,
"language": "English",
"language_code": "en",
"series": "Other",
"printed_total": 15,
"release_date": "2022/08/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd22.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd22.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "281485",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/6.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/6.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/6.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "110",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Wintry Call",
"text": "Search your deck for up to 2 Melony cards, reveal them, and put them into your hand. Then, shuffle your deck."
},
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Icy Wind",
"text": "Your opponent's Active Pokémon is now Asleep.",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Atsushi Furusawa",
"pricing": {
"currency": "USD",
"market": 0.37,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.37
},
{
"condition": "LP",
"price": 0.3
},
{
"condition": "MP",
"price": 0.25
},
{
"condition": "HP",
"price": 0.19
},
{
"condition": "DMG",
"price": 0.34
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 75.45,
"low": 119.99,
"high": 119.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "6",
"value": 16,
"low": 13.6,
"high": 18.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 23.24,
"low": 15,
"high": 15,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 25.27,
"low": 16.95,
"high": 28.54,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-09-21T03:53:22.152Z",
"trend_7d": {
"direction": "down",
"percent": -2.63
}
}
}
}