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/xy11-54?include=prices 200 18ms{
"success": true,
"data": {
"id": "xy11-54",
"name": "Nosepass",
"number": "54",
"printed_number": "54",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/54.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/54.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/54.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": "121184",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/54.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/54.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/54.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Thunder Wave",
"text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed."
},
{
"cost": [
"Fighting",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Rolling Tackle",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Common",
"artist": "You Iribi",
"pricing": {
"currency": "USD",
"market": 0.15,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.15
},
{
"condition": "MP",
"price": 0.08
},
{
"condition": "HP",
"price": 0.06
},
{
"condition": "DMG",
"price": 0.05
}
],
"graded": [
{
"company": "CGC",
"grade": "9",
"value": 68,
"low": 57.8,
"high": 78.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:54:36.555Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}