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

Discard the top 3 cards of your opponent's deck.
/api/v1/pokemon/cards/swsh4-107vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "swsh4-107vrh",
"name": "Sandile",
"number": "107",
"printed_number": "107",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/107vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/107vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/107vrh.large.webp"
}
],
"expansion": {
"id": "swsh4",
"name": "Vivid Voltage",
"total": 203,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "VIV",
"printed_total": 185,
"release_date": "2020/11/13",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "226560",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/107vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/107vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/107vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Darkness"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless",
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Dredge Up",
"text": "Discard the top 3 cards of your opponent's deck."
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Pani Kobayashi",
"pricing": {
"currency": "USD",
"market": 0.28,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.28
},
{
"condition": "LP",
"price": 0.25
},
{
"condition": "MP",
"price": 0.15
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 20,
"low": 17,
"high": 23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:34:30.364Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}