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

/api/v1/pokemon/cards/swsh11-60?include=prices 200 17ms{
"success": true,
"data": {
"id": "swsh11-60",
"name": "Eelektrik",
"number": "60",
"printed_number": "60",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/60.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/60.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/60.large.webp"
}
],
"expansion": {
"id": "swsh11",
"name": "Lost Origin",
"total": 217,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "LOR",
"printed_total": 196,
"release_date": "2022/09/09",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh11.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh11.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "283934",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/60.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/60.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/60.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Lightning"
],
"hp": "80",
"abilities": [
{
"name": "Ad Hoc Shock",
"text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Lightning"
],
"converted_energy_cost": 1,
"name": "Static Shock",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Uta",
"pricing": {
"currency": "USD",
"market": 0.02,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.02
},
{
"condition": "DMG",
"price": 0.01
}
],
"graded": [],
"market_updated_at": "2026-09-07T08:31:39.977Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}