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

Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon.
During your opponent's next turn, the Defending Pokémon can't retreat.
/api/v1/pokemon/cards/swsh11-94?include=prices 200 17ms{
"success": true,
"data": {
"id": "swsh11-94",
"name": "Sudowoodo",
"number": "94",
"printed_number": "94",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/94.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/94.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/94.large.webp"
}
],
"expansion": {
"id": "swsh11",
"name": "Lost Origin",
"total": 217,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "LOR",
"printed_total": 196,
"release_date": "2022/09/09",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh11.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh11.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "283982",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/94.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/94.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/94.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "110",
"attacks": [
{
"cost": [
"Fighting"
],
"converted_energy_cost": 1,
"name": "Joust",
"text": "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon.",
"damage": "20"
},
{
"cost": [
"Fighting",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Impound",
"text": "During your opponent's next turn, the Defending Pokémon can't retreat.",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Common",
"artist": "AKIRA EGAWA",
"pricing": {
"currency": "USD",
"market": 0.15,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.15
},
{
"condition": "LP",
"price": 0.11
},
{
"condition": "MP",
"price": 0.07
},
{
"condition": "HP",
"price": 0.01
},
{
"condition": "DMG",
"price": 0.05
}
],
"graded": [
{
"company": "CGC",
"grade": "9",
"value": 24.99,
"low": 21.24,
"high": 28.74,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 68,
"low": 57.8,
"high": 78.2,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:49:18.643Z",
"trend_7d": {
"direction": "up",
"percent": 7.14
}
}
}
}