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/swsh1-60?include=prices 200 13ms{
"success": true,
"data": {
"id": "swsh1-60",
"name": "Chewtle",
"number": "60",
"printed_number": "60",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/60.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/60.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/60.large.webp"
}
],
"expansion": {
"id": "swsh1",
"name": "Sword & Shield",
"total": 216,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "SSH",
"printed_total": 202,
"release_date": "2020/02/07",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "208357",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/60.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/60.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/60.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Bite",
"damage": "30"
},
{
"cost": [
"Water",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Water Gun",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Mina Nakai",
"pricing": {
"currency": "USD",
"market": 0.07,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.07
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 22,
"low": 18.7,
"high": 25.3,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-05T06:32:26.497Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}