Developer API

CS2 Float API

Valores float por asset, paint seeds, posições de stickers e screenshots inspect — por 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

A CS2 Float API retorna o float exato, paint seed, layout de stickers e um inspect screenshot renderizado no servidor para qualquer asset CS2. Pluga num marketplace float-aware, low-float trophy hunter, arbitrage bot.

FAQ

O que a Float API retorna?

Valor float, paint seed, paint index, posições de stickers, wear e uma URL de inspect screenshot renderizada no servidor.

Posso consultar por inspect link?

Sim — passe a inspect URL para /steam/api/float ou /float/api/item e obtenha o DTO completo do asset.

Quão rápidos são os screenshots?

Primeiro request renderiza fresco (~2-5 segundos). Inspect links idênticos subsequentes são cacheados e retornam instantaneamente.

Start building with the CS2 Float API

One key, every Steam endpoint.