Developer API

CS2 Float API

Float hodnoty, paint seedy, pozice nálepek a inspect screenshoty na asset — přes inspect link nebo asset ID.

Endpoints

All endpoints return JSON, accept the same auth header, and degrade with a normalised error envelope.

GET /steam/api/float
GET /steam/api/float/assets
GET /steam/api/float/screenshot
GET /float/api/item

CS2 Float API — quickstart

Same auth header as every other endpoint we ship. Get an API key from the dashboard and you're querying inside two minutes.

  • Single auth header, JSON response.
  • Rate limits scale with your plan tier.
  • Full schema in the API reference.
API Request
# curl with API key
curl "https://www.steamwebapi.com/steam/api/float?key=$KEY"
# PHP
$res = file_get_contents('https://www.steamwebapi.com/steam/api/float?key=' . $KEY);
$data = json_decode($res, true);
# Node.js
const r = await fetch(`https://www.steamwebapi.com/steam/api/float?key=${KEY}`);
const data = await r.json();

About this API

CS2 Float API vrací přesný float, paint seed, layout nálepek a serverově vykreslený inspect screenshot pro libovolný CS2 asset. Zapojte ji do marketplace zohledňujícího float, lovce low-float trofejí nebo arbitrážního bota.

FAQ

Co Float API vrací?

Float hodnotu, paint seed, paint index, pozice nálepek, wear a URL serverově vykresleného inspect screenshotu.

Mohu se dotazovat přes inspect link?

Ano — předejte inspect URL na /steam/api/float nebo /float/api/item a získáte kompletní DTO assetu.

Jak rychlé jsou screenshoty?

První požadavek čerstvě vykreslí (~2-5 sekund). Následné stejné inspect linky jsou cachovány a vracejí se okamžitě.

Start building with the CS2 Float API

One key, every Steam endpoint.