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 discard pile for up to 5 in any combination of Pokémon and Supporter cards. Show them to your opponent and shuffle them into your deck.
Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)
/api/v1/pokemon/cards/dp1-24vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "dp1-24vrh",
"name": "Drifblim",
"number": "24",
"printed_number": "24",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/24vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/24vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/24vrh.large.webp"
}
],
"expansion": {
"id": "dp1",
"name": "Diamond & Pearl",
"total": 130,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "DP",
"printed_total": 130,
"release_date": "2007/05/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "84943",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/24vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/24vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/24vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Psychic"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Wind Wave",
"text": "Search your discard pile for up to 5 in any combination of Pokémon and Supporter cards. Show them to your opponent and shuffle them into your deck."
},
{
"cost": [
"Psychic",
"Psychic",
"Psychic"
],
"converted_energy_cost": 3,
"name": "Explosive Smoke",
"text": "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)",
"damage": "60"
}
],
"weaknesses": [
{
"type": "Darkness",
"value": "+20"
}
],
"resistances": [
{
"type": "Colorless",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Mitsuhiro Arita",
"pricing": {
"currency": "USD",
"market": 3,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3
},
{
"condition": "LP",
"price": 2.44
},
{
"condition": "MP",
"price": 1.35
},
{
"condition": "HP",
"price": 0.82
},
{
"condition": "DMG",
"price": 1
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 46,
"low": 39.1,
"high": 52.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "6.5",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 9.5,
"low": 8.07,
"high": 10.93,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 22.5,
"low": 22.5,
"high": 22.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-07-30T21:04:48.079Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}