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 deck for a number of cards up to the number of your Benched Pokémon and put them into your hand. Then, shuffle your deck.
/api/v1/pokemon/cards/svp-188vh?include=prices 200 16ms{
"success": true,
"data": {
"id": "svp-188vh",
"name": "Scrafty",
"number": "188",
"printed_number": "188",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/188vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/188vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/188vh.large.webp"
}
],
"expansion": {
"id": "svp",
"name": "Scarlet & Violet Black Star Promos",
"total": 225,
"language": "English",
"language_code": "en",
"series": "Scarlet & Violet",
"code": "SVP",
"printed_total": 224,
"release_date": "2023/01/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "627725",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/188vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/188vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/188vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Darkness"
],
"hp": "120",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Nab 'n' Dash",
"text": "Search your deck for a number of cards up to the number of your Benched Pokémon and put them into your hand. Then, shuffle your deck."
},
{
"cost": [
"Darkness",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "High Jump Kick",
"damage": "100"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Promo",
"artist": "OKUBO",
"pricing": {
"currency": "USD",
"market": 0.4,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.4
},
{
"condition": "MP",
"price": 0.25
},
{
"condition": "DMG",
"price": 0.3
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 25,
"low": 25,
"high": 25,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "9",
"value": 19,
"low": 19,
"high": 19,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 116.48,
"low": 112.2,
"high": 112.2,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "7",
"value": 8.5,
"low": 8.5,
"high": 8.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 5.5,
"low": 5.5,
"high": 20.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:53:34.082Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}