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/swsh3-137?include=prices 200 28ms{
"success": true,
"data": {
"id": "swsh3-137",
"name": "Dunsparce",
"number": "137",
"printed_number": "137",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/137.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/137.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/137.large.webp"
}
],
"expansion": {
"id": "swsh3",
"name": "Darkness Ablaze",
"total": 201,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "DAA",
"printed_total": 189,
"release_date": "2020/08/14",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "219334",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/137.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/137.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/137.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "60",
"abilities": [
{
"name": "Final Dig",
"text": "If this Pokémon is Knocked Out by damage from an attack from your opponent's Pokémon, discard the top 2 cards of your opponent's deck.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Ram",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Kazuma Koda",
"pricing": {
"currency": "USD",
"market": 0.01,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.01
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 3,
"low": 2.55,
"high": 3.45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:05:13.773Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}