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

Draw a card from the top and the bottom of your deck.
If any basic Energy card attached to Spinda is the same type as any Energy attached to the Defending Pokémon, this attack does 10 damage plus 30 more damage.
/api/v1/pokemon/cards/dp3-111?include=prices 200 19ms{
"success": true,
"data": {
"id": "dp3-111",
"name": "Spinda",
"number": "111",
"printed_number": "111",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/111.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/111.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/111.large.webp"
}
],
"expansion": {
"id": "dp3",
"name": "Secret Wonders",
"total": 132,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "SW",
"printed_total": 132,
"release_date": "2007/11/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89461",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/111.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/111.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/111.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Dish Out",
"text": "Draw a card from the top and the bottom of your deck."
},
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Synchro Punch",
"text": "If any basic Energy card attached to Spinda is the same type as any Energy attached to the Defending Pokémon, this attack does 10 damage plus 30 more damage.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "+20"
}
],
"rarity": "Common",
"artist": "Atsuko Nishida",
"pricing": {
"currency": "USD",
"market": 0.47,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.47
},
{
"condition": "LP",
"price": 0.3
},
{
"condition": "MP",
"price": 0.2
},
{
"condition": "HP",
"price": 0.31
},
{
"condition": "DMG",
"price": 0.27
}
],
"graded": [
{
"company": "CGC",
"grade": "7.5",
"value": 5,
"low": 4.25,
"high": 5.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 20,
"low": 17,
"high": 23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 59.99,
"low": 50.99,
"high": 68.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 30,
"low": 25.5,
"high": 34.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:12:03.158Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}