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 Dreepy and put it onto your Bench. Then, shuffle your deck.
/api/v1/pokemon/cards/swsh2-90?include=prices 200 18ms{
"success": true,
"data": {
"id": "swsh2-90",
"name": "Drakloak",
"number": "90",
"printed_number": "90",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/90.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/90.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/90.large.webp"
}
],
"expansion": {
"id": "swsh2",
"name": "Rebel Clash",
"total": 209,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "RCL",
"printed_total": 192,
"release_date": "2020/05/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "213176",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/90.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/90.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/90.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Psychic"
],
"hp": "90",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Summon",
"text": "Search your deck for a Dreepy and put it onto your Bench. Then, shuffle your deck."
},
{
"cost": [
"Psychic",
"Psychic"
],
"converted_energy_cost": 2,
"name": "Bite",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Darkness",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-30"
}
],
"rarity": "Uncommon",
"artist": "Kouki Saitou",
"pricing": {
"currency": "USD",
"market": 0.05,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.05
},
{
"condition": "HP",
"price": 0.01
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 28.45,
"low": 24.18,
"high": 32.72,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T18:24:40.047Z",
"trend_7d": {
"direction": "down",
"percent": -28.57
}
}
}
}