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/sm3-22?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm3-22",
"name": "Pansear",
"number": "22",
"printed_number": "22",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/22.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/22.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/22.large.webp"
}
],
"expansion": {
"id": "sm3",
"name": "Burning Shadows",
"total": 177,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "BUS",
"printed_total": 147,
"release_date": "2017/08/05",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "138500",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/22.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/22.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/22.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "70",
"attacks": [
{
"cost": [
"Fire"
],
"converted_energy_cost": 1,
"name": "Flare",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Miki Tanaka",
"pricing": {
"currency": "USD",
"market": 0.02,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.02
},
{
"condition": "HP",
"price": 0.01
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 9.99,
"low": 8.49,
"high": 11.49,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T17:53:28.138Z",
"trend_7d": {
"direction": "down",
"percent": -50
}
}
}
}