Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

Does 40 damage plus 10 more damage for each Fighting Energy attached to Wormadam Sandy Cloak.
/api/v1/pokemon/cards/pop7-10?include=prices 200 20ms{
"success": true,
"data": {
"id": "pop7-10",
"name": "Wormadam Sandy Cloak",
"number": "10",
"printed_number": "10",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/10.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/10.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/10.large.webp"
}
],
"expansion": {
"id": "pop7",
"name": "POP Series 7",
"total": 17,
"language": "English",
"language_code": "en",
"series": "POP",
"printed_total": 17,
"release_date": "2008/03/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop7.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop7.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "90643",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/10.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/10.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/10.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fighting"
],
"hp": "80",
"abilities": [
{
"name": "Sandy Cloak",
"text": "Prevent all effects, excluding damage, done to Wormadam Sandy Cloak.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Fighting",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Push Over",
"text": "Does 40 damage plus 10 more damage for each Fighting Energy attached to Wormadam Sandy Cloak.",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "+20"
}
],
"resistances": [
{
"type": "Lightning",
"value": "-20"
}
],
"rarity": "Uncommon",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 8.92,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 8.92
},
{
"condition": "LP",
"price": 4.91
},
{
"condition": "MP",
"price": 4.27
},
{
"condition": "HP",
"price": 3.29
},
{
"condition": "DMG",
"price": 2.49
}
],
"graded": [
{
"company": "PSA",
"grade": "8",
"value": 9.02,
"low": 7.67,
"high": 10.37,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:40:56.311Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}