Developer API

CS2 Float API

Float значения per-asset, paint seeds, позиции стикеров и inspect скриншоты — через inspect link или 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 возвращает точный float, paint seed, layout стикеров и серверно отрендеренный inspect скриншот для любого CS2 asset. Подключите её к float-aware маркетплейсу, low-float trophy hunter, arbitrage боту.

FAQ

Что возвращает Float API?

Значение float, paint seed, paint index, позиции стикеров, wear и URL серверно отрендеренного inspect скриншота.

Могу ли я запросить по inspect link?

Да — передайте inspect URL в /steam/api/float или /float/api/item и получите полный DTO asset.

Насколько быстры скриншоты?

Первый запрос рендерится свежо (~2-5 секунд). Последующие идентичные inspect links кешируются и возвращаются мгновенно.

Start building with the CS2 Float API

One key, every Steam endpoint.