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 times the number of heads.
/api/v1/pokemon/cards/mcd16-5?include=prices 200 17ms{
"success": true,
"data": {
"id": "mcd16-5",
"name": "Totodile",
"number": "5",
"printed_number": "5",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/5.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/5.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/5.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": "275061",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/5.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/5.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/5.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "60",
"attacks": [
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Fury Strikes",
"text": "Flip 3 coins. This attack does 10 damage times the number of heads.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 35,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 35
},
{
"condition": "HP",
"price": 34.99
},
{
"condition": "DMG",
"price": 25.99
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 62.25,
"low": 52.91,
"high": 71.59,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-27T05:37:32.038Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}