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 4 coins. This attack does 10 damage for each heads.
/api/v1/pokemon/cards/swsh35-35vrh?include=prices 200 21ms{
"success": true,
"data": {
"id": "swsh35-35vrh",
"name": "Galarian Zigzagoon",
"number": "35",
"printed_number": "35",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh35/35vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh35/35vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh35/35vrh.large.webp"
}
],
"expansion": {
"id": "swsh35",
"name": "Champion's Path",
"total": 80,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "CPA",
"printed_total": 73,
"release_date": "2020/09/25",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh35.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh35.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "223027",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh35/35vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh35/35vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh35/35vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Darkness"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Pin Missile",
"text": "Flip 4 coins. This attack does 10 damage for each heads.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Kouki Saitou",
"pricing": {
"currency": "USD",
"market": 0.3,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.3
},
{
"condition": "LP",
"price": 0.25
},
{
"condition": "MP",
"price": 0.23
}
],
"graded": [
{
"company": "BGS",
"grade": "9.5",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:03:08.109Z",
"trend_7d": {
"direction": "down",
"percent": -3.23
}
}
}
}