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

Search your discard pile for any 1 card, show it to your opponent, and put it on top of your deck.
If you have more cards in your hand than your opponent, this attack does 20 damage plus 30 more damage.
/api/v1/pokemon/cards/hgss3-35?include=prices 200 17ms{
"success": true,
"data": {
"id": "hgss3-35",
"name": "Sableye",
"number": "35",
"printed_number": "35",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/35.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/35.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/35.large.webp"
}
],
"expansion": {
"id": "hgss3",
"name": "HS—Undaunted",
"total": 91,
"language": "English",
"language_code": "en",
"series": "HeartGold & SoulSilver",
"code": "UD",
"printed_total": 90,
"release_date": "2010/08/18",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "88854",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/35.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/35.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/35.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Darkness"
],
"hp": "60",
"attacks": [
{
"cost": [
"Darkness"
],
"converted_energy_cost": 1,
"name": "Pull Out",
"text": "Search your discard pile for any 1 card, show it to your opponent, and put it on top of your deck."
},
{
"cost": [
"Darkness",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Dark Hand",
"text": "If you have more cards in your hand than your opponent, this attack does 20 damage plus 30 more damage.",
"damage": "20"
}
],
"resistances": [
{
"type": "Colorless",
"value": "-20"
}
],
"rarity": "Uncommon",
"artist": "Midori Harada",
"pricing": {
"currency": "USD",
"market": 1,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1
},
{
"condition": "LP",
"price": 0.56
},
{
"condition": "MP",
"price": 0.31
},
{
"condition": "HP",
"price": 0.31
},
{
"condition": "DMG",
"price": 0.24
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 70,
"low": 59.5,
"high": 80.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 118.31,
"low": 152.92,
"high": 152.92,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 17,
"low": 14.45,
"high": 19.55,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-19T02:43:36.659Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}