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 2 coins. If either of them is tails, this attack does nothing.
/api/v1/pokemon/cards/mcd16-4?include=prices 200 17ms{
"success": true,
"data": {
"id": "mcd16-4",
"name": "Magikarp",
"number": "4",
"printed_number": "4",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/4.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/4.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/4.large.webp"
}
],
"expansion": {
"id": "mcd16",
"name": "McDonald's Collection 2016",
"total": 12,
"language": "English",
"language_code": "en",
"series": "Other",
"printed_total": 12,
"release_date": "2016/08/19",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd16.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd16.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "275060",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/4.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/4.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/4.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "30",
"attacks": [
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Epic Splash",
"text": "Flip 2 coins. If either of them is tails, this attack does nothing.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Akira Komayama",
"pricing": {
"currency": "USD",
"market": 88.95,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 88.95
},
{
"condition": "HP",
"price": 72.49
},
{
"condition": "DMG",
"price": 55.55
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 242.1,
"low": 230,
"high": 230,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T02:35:08.083Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}