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

Whenever your opponent flips a coin during his or her next turn, treat it as tails.
/api/v1/pokemon/cards/xy3-35vrh?include=prices 200 18ms{
"success": true,
"data": {
"id": "xy3-35vrh",
"name": "Drowzee",
"number": "35",
"printed_number": "35",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/35vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/35vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/35vrh.large.webp"
}
],
"expansion": {
"id": "xy3",
"name": "Furious Fists",
"total": 114,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "FFI",
"printed_total": 111,
"release_date": "2014/08/13",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "92210",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/35vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/35vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/35vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "70",
"attacks": [
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Sinister Suggestion",
"text": "Whenever your opponent flips a coin during his or her next turn, treat it as tails."
},
{
"cost": [
"Psychic",
"Psychic"
],
"converted_energy_cost": 2,
"name": "Psyshot",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Sumiyoshi Kizuki",
"pricing": {
"currency": "USD",
"market": 0.49,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.49
},
{
"condition": "LP",
"price": 0.4
},
{
"condition": "MP",
"price": 0.28
},
{
"condition": "HP",
"price": 0.22
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 13,
"low": 11.05,
"high": 14.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:39:13.477Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}