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/swsh6-62?include=prices 200 18ms{
"success": true,
"data": {
"id": "swsh6-62",
"name": "Shuppet",
"number": "62",
"printed_number": "62",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/62.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/62.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/62.large.webp"
}
],
"expansion": {
"id": "swsh6",
"name": "Chilling Reign",
"total": 233,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "CRE",
"printed_total": 198,
"release_date": "2021/06/18",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh6.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh6.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "241723",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/62.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/62.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/62.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic",
"Single Strike"
],
"types": [
"Psychic"
],
"hp": "50",
"attacks": [
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Will-O-Wisp",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Darkness",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-30"
}
],
"rarity": "Common",
"artist": "OKACHEKE",
"pricing": {
"currency": "USD",
"market": 0.06,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.06
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 51,
"low": 43.35,
"high": 58.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T11:55:54.713Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}