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 3 coins. This attack does 10 damage for each heads.
/api/v1/pokemon/cards/mcd17-8vh?include=prices 200 19ms{
"success": true,
"data": {
"id": "mcd17-8vh",
"name": "Alolan Meowth",
"number": "8",
"printed_number": "8",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/8vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/8vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/8vh.large.webp"
}
],
"expansion": {
"id": "mcd17",
"name": "McDonald's Collection 2017",
"total": 12,
"language": "English",
"language_code": "en",
"series": "Other",
"printed_total": 12,
"release_date": "2017/11/07",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd17.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd17.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "152688",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/8vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/8vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/8vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Darkness"
],
"hp": "70",
"attacks": [
{
"cost": [],
"converted_energy_cost": 0,
"name": "Fury Swipes",
"text": "Flip 3 coins. This attack does 10 damage for each heads.",
"damage": "10×"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 5.51,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 5.51
},
{
"condition": "LP",
"price": 3.17
},
{
"condition": "MP",
"price": 1.85
},
{
"condition": "HP",
"price": 1
},
{
"condition": "DMG",
"price": 0.62
}
],
"graded": [],
"market_updated_at": "2026-09-21T03:27:45.293Z",
"trend_7d": {
"direction": "up",
"percent": 0.92
}
}
}
}