Developer API

CS2 Float API

Wartości float per asset, paint seeds, pozycje stickerów i inspect screenshoty — przez inspect link lub 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 zwraca dokładny float, paint seed, layout stickerów i renderowany serwerowo inspect screenshot dla każdego CS2 asset. Wpij to w marketplace świadomy floatów, low-float trophy huntera, arbitrage bota.

FAQ

Co zwraca Float API?

Wartość float, paint seed, paint index, pozycje stickerów, wear i URL renderowanego serwerowo inspect screenshot.

Czy mogę zapytać po inspect linku?

Tak — przekaż inspect URL do /steam/api/float lub /float/api/item i otrzymujesz pełne DTO asseta.

Jak szybkie są screenshoty?

Pierwszy request renderuje świeżo (~2-5 sekund). Kolejne identyczne inspect linki są cache'owane i zwracają natychmiast.

Start building with the CS2 Float API

One key, every Steam endpoint.