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-10?include=prices 200 16ms{
"success": true,
"data": {
"id": "swsh6-10",
"name": "Abomasnow",
"number": "10",
"printed_number": "10",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/10.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/10.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/10.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": "241659",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/10.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/10.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/10.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1",
"Single Strike"
],
"types": [
"Grass"
],
"hp": "140",
"abilities": [
{
"name": "Toughness Boost",
"text": "Your Single Strike Pokémon in play, except any Abomasnow, get +50 HP. You can't apply more than 1 Toughness Boost Ability at a time.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Grass",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Mega Punch",
"damage": "90"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Akira Komayama",
"pricing": {
"currency": "USD",
"market": 0.15,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.15
},
{
"condition": "LP",
"price": 0.14
},
{
"condition": "MP",
"price": 0.07
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 42,
"low": 35.7,
"high": 48.3,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:11:51.488Z",
"trend_7d": {
"direction": "down",
"percent": -6.25
}
}
}
}