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

Put up to 2 Item cards from your discard pile into your hand.
/api/v1/pokemon/cards/svp-42vh?include=prices 200 17ms{
"success": true,
"data": {
"id": "svp-42vh",
"name": "Houndstone",
"number": "42",
"printed_number": "42",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/42vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/42vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/42vh.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": "512914",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/42vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/42vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/42vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Psychic"
],
"hp": "130",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Delve",
"text": "Put up to 2 Item cards from your discard pile into your hand."
},
{
"cost": [
"Psychic",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Spooky Shot",
"damage": "100"
}
],
"weaknesses": [
{
"type": "Darkness",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-30"
}
],
"rarity": "Promo",
"artist": "Pani Kobayashi",
"pricing": {
"currency": "USD",
"market": 0.52,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.52
},
{
"condition": "LP",
"price": 0.45
},
{
"condition": "MP",
"price": 0.49
}
],
"graded": [
{
"company": "CGC",
"grade": "9",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 147.47,
"low": 30,
"high": 147.47,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 6.13,
"low": 7.5,
"high": 7.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 8.89,
"low": 10.26,
"high": 10.26,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T03:53:34.082Z",
"trend_7d": {
"direction": "down",
"percent": -3.7
}
}
}
}