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 tails, this attack does nothing.
/api/v1/pokemon/cards/mcd15-4?include=prices 200 20ms{
"success": true,
"data": {
"id": "mcd15-4",
"name": "Staryu",
"number": "4",
"printed_number": "4",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/4.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/4.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/4.large.webp"
}
],
"expansion": {
"id": "mcd15",
"name": "McDonald's Collection 2015",
"total": 12,
"language": "English",
"language_code": "en",
"series": "Other",
"printed_total": 12,
"release_date": "2015/11/27",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd15.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd15.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "110431",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/4.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/4.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/4.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Lunge",
"text": "Flip a coin. If tails, this attack does nothing.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Tomokazu Komiya",
"pricing": {
"currency": "USD",
"market": 13.72,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 13.72
},
{
"condition": "LP",
"price": 8.55
},
{
"condition": "MP",
"price": 5.01
},
{
"condition": "HP",
"price": 3.49
},
{
"condition": "DMG",
"price": 1.62
}
],
"graded": [
{
"company": "PSA",
"grade": "7",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:09:30.416Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}