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

Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned.
/api/v1/pokemon/cards/pl3-42vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "pl3-42vrh",
"name": "Sandslash",
"number": "42",
"printed_number": "42",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/42vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/42vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/42vrh.large.webp"
}
],
"expansion": {
"id": "pl3",
"name": "Supreme Victors",
"total": 153,
"language": "English",
"language_code": "en",
"series": "Platinum",
"code": "SV",
"printed_total": 147,
"release_date": "2009/08/19",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "88933",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/42vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/42vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/42vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fighting"
],
"hp": "90",
"abilities": [
{
"name": "Dig Down",
"text": "Once during your turn (before your attack), you may look at the top 5 cards in your deck. Choose as many Fighting Energy cards as you like, show them to your opponent, and put them into your hand. Put the other cards back on top of your deck. Shuffle your deck afterward. This power can't be used if Sandslash is affected by a Special Condition.",
"type": "Poké-Power"
}
],
"attacks": [
{
"cost": [
"Fighting",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Needle",
"text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned.",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Water",
"value": "+20"
}
],
"resistances": [
{
"type": "Lightning",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 4,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4
},
{
"condition": "LP",
"price": 3.65
},
{
"condition": "MP",
"price": 2.32
},
{
"condition": "HP",
"price": 3
},
{
"condition": "DMG",
"price": 1.5
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 71,
"low": 60.35,
"high": 81.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:56:00.782Z",
"trend_7d": {
"direction": "down",
"percent": -15.25
}
}
}
}