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, your opponent's Active Pokémon is now Poisoned.
/api/v1/pokemon/cards/xy11-59vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "xy11-59vrh",
"name": "Toxicroak",
"number": "59",
"printed_number": "59",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/59vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/59vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/59vrh.large.webp"
}
],
"expansion": {
"id": "xy11",
"name": "Steam Siege",
"total": 116,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "STS",
"printed_total": 114,
"release_date": "2016/08/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "121189",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/59vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/59vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/59vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fighting"
],
"hp": "90",
"abilities": [
{
"name": "Poison Enzyme",
"text": "Prevent all damage done to this Pokémon by attacks from your opponent's Poisoned Pokémon.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Fighting",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Poison Jab",
"text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned.",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Hajime Kusajima",
"pricing": {
"currency": "USD",
"market": 0.53,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.53
},
{
"condition": "LP",
"price": 0.45
},
{
"condition": "MP",
"price": 0.47
},
{
"condition": "HP",
"price": 0.37
}
],
"graded": [],
"market_updated_at": "2026-09-21T03:53:50.880Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}