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

Attach a Water Energy card from your hand to this Pokémon.
/api/v1/pokemon/cards/swsh8-52?include=prices 200 17ms{
"success": true,
"data": {
"id": "swsh8-52",
"name": "Staryu",
"number": "52",
"printed_number": "52",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/52.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/52.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/52.large.webp"
}
],
"expansion": {
"id": "swsh8",
"name": "Fusion Strike",
"total": 284,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "FST",
"printed_total": 264,
"release_date": "2021/11/12",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "253183",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/52.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/52.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/52.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic",
"Rapid Strike"
],
"types": [
"Water"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Soak in Water",
"text": "Attach a Water Energy card from your hand to this Pokémon."
},
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Spinning Attack",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Common",
"artist": "tetsuya koizumi",
"pricing": {
"currency": "USD",
"market": 0.04,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.04
},
{
"condition": "DMG",
"price": 0.01
}
],
"graded": [
{
"company": "BGS",
"grade": "9.5",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 74.99,
"low": 63.74,
"high": 86.24,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T11:54:39.380Z",
"trend_7d": {
"direction": "down",
"percent": -50
}
}
}
}