Developer API

CS2 Float API

Per-asset float values, paint seeds, sticker positions and inspect screenshots — by inspect link or by asset ID.

CS2 Float API endpoints

All endpoints return documented responses and use the same Steamwebapi key parameter.

GET /steam/api/float
GET /steam/api/float/assets
GET /steam/api/float/screenshot
GET /float/api/item

CS2 Float API — quickstart

Use the same Steamwebapi key parameter as every other documented endpoint. Get an API key from the dashboard and send your first request in minutes.

  • One API key, documented responses.
  • 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

The CS2 Float API returns the exact float, paint seed, sticker layout and a server-rendered inspect screenshot for any CS2 asset. Plug it into a float-aware marketplace, a low-float trophy hunter, an arbitrage bot, or any tool where the float and pattern matter as much as the listing price.

Pass an inspect link or an asset ID and get back the full asset DTO in JSON, plus an image URL ready to embed.

This product resolves float and inspect data for an individual CS2 asset. If you need CSFloat API marketplace listings and prices instead, use the dedicated CSFloat marketplace API page.

CS2 Float API — FAQ

What does the Float API return?

Float value, paint seed, paint index, sticker positions, wear, and a server-rendered inspect screenshot URL.

Can I query by inspect link?

Yes — pass the inspect URL to /steam/api/float or /float/api/item and you get back the full asset DTO.

How fast are screenshots?

First request renders fresh (~2-5 seconds). Subsequent identical inspect links are cached and return instantly.

Is the CS2 Float API the same as the CSFloat API?

No. The CS2 Float API resolves float values, paint seeds and inspect screenshots for assets. The CSFloat API page covers marketplace listings and prices from the CSFloat platform.

Start building with the CS2 Float API

One key, every Steam endpoint.