Developer API

CS2 Float API

Valores float, paint seeds, posiciones de pegatinas y screenshots inspect por asset, mediante inspect link o 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 devuelve el float exacto, el paint seed, el layout de las pegatinas y un screenshot inspect renderizado en el servidor para cualquier asset de CS2. Intégralo en un marketplace consciente del float, un cazador de trofeos low-float, un bot de arbitraje.

FAQ

¿Qué devuelve la Float API?

Valor float, paint seed, paint index, posiciones de pegatinas, wear y una URL de screenshot inspect renderizado en el servidor.

¿Puedo consultar por inspect link?

Sí: pasa la URL inspect a /steam/api/float o /float/api/item y obtienes el DTO completo del asset.

¿Qué velocidad tienen los screenshots?

La primera solicitud se renderiza desde cero (~2-5 segundos). Los inspect links idénticos posteriores se cachean y se devuelven al instante.

Start building with the CS2 Float API

One key, every Steam endpoint.