Developer API

CS2 Float API

Asset başına float değerleri, paint seed'ler, sticker pozisyonları ve inspect screenshot'lar — inspect link veya asset ID ile.

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 herhangi bir CS2 asset için tam float, paint seed, sticker layout'u ve server-rendered inspect screenshot döner. Float-aware bir marketplace, low-float trophy hunter, arbitrage bota plug it.

FAQ

Float API ne döner?

Float değeri, paint seed, paint index, sticker pozisyonları, wear ve server-rendered inspect screenshot URL'i.

Inspect link ile sorgulayabilir miyim?

Evet — inspect URL'i /steam/api/float veya /float/api/item'a geçirin ve tam asset DTO'sunu alın.

Screenshot'lar ne kadar hızlı?

İlk request taze render eder (~2-5 saniye). Sonraki aynı inspect link'ler cache'lenir ve anında döner.

Start building with the CS2 Float API

One key, every Steam endpoint.