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/sm9-28?include=prices 200 18ms{
"success": true,
"data": {
"id": "sm9-28",
"name": "Staryu",
"number": "28",
"printed_number": "28",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/28.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/28.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/28.large.webp"
}
],
"expansion": {
"id": "sm9",
"name": "Team Up",
"total": 198,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "TEU",
"printed_total": 181,
"release_date": "2019/02/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "183799",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/28.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/28.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/28.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Numbing Water",
"text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 0.18,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.18
},
{
"condition": "LP",
"price": 0.14
},
{
"condition": "MP",
"price": 0.14
},
{
"condition": "HP",
"price": 0.01
}
],
"graded": [],
"market_updated_at": "2026-09-21T02:53:13.930Z",
"trend_7d": {
"direction": "up",
"percent": 5.88
}
}
}
}