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. This attack does 10 damage times the number of heads.
/api/v1/pokemon/cards/dc1-20?include=prices 200 19ms{
"success": true,
"data": {
"id": "dc1-20",
"name": "Team Aqua's Carvanha",
"number": "20",
"printed_number": "20",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/20.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/20.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/20.large.webp"
}
],
"expansion": {
"id": "dc1",
"name": "Double Crisis",
"total": 34,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "DCR",
"printed_total": 34,
"release_date": "2015/03/25",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dc1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dc1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "97066",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/20.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/20.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/20.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Darkness"
],
"hp": "50",
"attacks": [
{
"cost": [
"Darkness"
],
"converted_energy_cost": 1,
"name": "Fin Smack",
"text": "Flip 2 coins. This attack does 10 damage times the number of heads.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Sanosuke Sakuma",
"pricing": {
"currency": "USD",
"market": 0.72,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.72
},
{
"condition": "LP",
"price": 0.61
},
{
"condition": "MP",
"price": 0.37
},
{
"condition": "HP",
"price": 0.29
},
{
"condition": "DMG",
"price": 0.31
}
],
"graded": [],
"market_updated_at": "2026-09-21T03:56:06.007Z",
"trend_7d": {
"direction": "up",
"percent": 4.35
}
}
}
}