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 Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.
The Defending Pokémon can't retreat during your opponent's next turn.
/api/v1/pokemon/cards/bw8-92vrh?include=prices 200 23ms{
"success": true,
"data": {
"id": "bw8-92vrh",
"name": "Durant",
"number": "92",
"printed_number": "92",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/92vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/92vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/92vrh.large.webp"
}
],
"expansion": {
"id": "bw8",
"name": "Plasma Storm",
"total": 138,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "PLS",
"printed_total": 135,
"release_date": "2013/02/06",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85023",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/92vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/92vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/92vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic",
"Team Plasma"
],
"types": [
"Metal"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Call for Backup",
"text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward."
},
{
"cost": [
"Metal",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Metal Jail",
"text": "The Defending Pokémon can't retreat during your opponent's next turn.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "Uncommon",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 2.96,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.96
},
{
"condition": "LP",
"price": 1.63
},
{
"condition": "MP",
"price": 0.96
},
{
"condition": "HP",
"price": 0.35
}
],
"graded": [
{
"company": "CGC",
"grade": "9",
"value": 22,
"low": 18.7,
"high": 25.3,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 23.49,
"low": 19.97,
"high": 27.01,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:18:42.799Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}