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 Paralyzed.
/api/v1/pokemon/cards/xy5-52?include=prices 200 18ms{
"success": true,
"data": {
"id": "xy5-52",
"name": "Gorebyss",
"number": "52",
"printed_number": "52",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/52.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/52.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/52.large.webp"
}
],
"expansion": {
"id": "xy5",
"name": "Primal Clash",
"total": 164,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "PRC",
"printed_total": 160,
"release_date": "2015/02/04",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "95950",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/52.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/52.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/52.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"hp": "90",
"attacks": [
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Psy Bolt",
"text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Kouki Saitou",
"pricing": {
"currency": "USD",
"market": 1.43,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.43
},
{
"condition": "LP",
"price": 0.68
},
{
"condition": "MP",
"price": 0.61
},
{
"condition": "HP",
"price": 0.36
},
{
"condition": "DMG",
"price": 0.33
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 16,
"low": 13.6,
"high": 18.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:31:16.225Z",
"trend_7d": {
"direction": "up",
"percent": 93.24
}
}
}
}