Developer API

CS2 Float API

Valeurs float, paint seeds, positions de stickers et screenshots inspect par asset — par inspect link ou 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

La CS2 Float API renvoie le float exact, paint seed, layout de stickers et un screenshot inspect rendu serveur pour n'importe quel asset CS2. Branchez-la dans un marketplace conscient des floats, un chasseur de trophées low-float, un bot d'arbitrage.

FAQ

Que renvoie la Float API ?

Valeur float, paint seed, paint index, positions de stickers, wear, et une URL de screenshot inspect rendu serveur.

Puis-je requêter par inspect link ?

Oui — passez l'URL inspect à /steam/api/float ou /float/api/item et vous obtenez le DTO complet de l'asset.

Quelle est la vitesse des screenshots ?

Première requête rendu frais (~2-5 secondes). Inspect links identiques suivants sont cachés et renvoient instantanément.

Start building with the CS2 Float API

One key, every Steam endpoint.