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/sv3-67?include=prices 200 17ms{
"success": true,
"data": {
"id": "sv3-67",
"name": "Tynamo",
"number": "67",
"printed_number": "67",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/67.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/67.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/67.large.webp"
}
],
"expansion": {
"id": "sv3",
"name": "Obsidian Flames",
"total": 230,
"language": "English",
"language_code": "en",
"series": "Scarlet & Violet",
"code": "OBF",
"printed_total": 197,
"release_date": "2023/08/11",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "509832",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/67.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/67.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/67.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "40",
"attacks": [
{
"cost": [
"Lightning"
],
"converted_energy_cost": 1,
"name": "Static Shock",
"damage": "10"
},
{
"cost": [
"Lightning",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Tiny Bolt",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 0.09,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.09
},
{
"condition": "LP",
"price": 0.07
},
{
"condition": "DMG",
"price": 0.01
}
],
"graded": [],
"market_updated_at": "2026-09-21T02:40:49.313Z",
"trend_7d": {
"direction": "up",
"percent": 28.57
}
}
}
}