Developers
skin1 Price API
A free, public API for CS2 price, sales-history and buy-order data. Build price trackers, trade bots and analytics on the canonical EU price source — no scraping, no rate-limit games.
Free public accessJSON over HTTPS1,000 req/min
Endpoints
base: api.skin1.ggGET
/v1/price/{item}Canonical EU spot price, 24h low/high and median for any item.GET
/v1/sales-history/{item}Time-series of completed sales — volume and price per day.GET
/v1/listings/{item}Live buy orders and active asks across the skin1 order book.Quick start
Request · cURLbash
curl https://api.skin1.gg/v1/price/ak-47-redline-mw \
-H "Authorization: Bearer sk1_live_…"200 OKResponsePreview — API not yet live
{
"item": "AK-47 | Redline (Minimal Wear)",
"currency": "EUR",
"price": 38.40,
"median_24h": 39.10,
"low_24h": 36.90,
"high_24h": 41.20,
"buy_order": 35.80,
"volume_24h": 412,
"updated_at": "2026-06-29T11:04:22Z"
}Preview response — sample values, not live market data. The API is not yet live.
Become the canonical EU price source
Grab a free API key and start querying in under a minute.
Public beta — endpoints and schema may change before v1 is frozen. Pricing data is provided as-is for informational use.