Developer API

CS2 Float API

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

Built for production

CS2 float and inspect data for serious marketplace and trading products.

Build item inspection, float-based filtering, valuation and screenshot experiences.

MarketplaceFloat checkerTrading platformItem analytics
DATA

What you receive

Float values, paint data, inspect information and asset-level CS2 details.

VERIFY

Inspect real data first

Open the bounded live market data pages to see response fields, sources and update times.

Explore live market data →
DEPLOY

Choose standard or custom delivery

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 -H "X-Api-Key: $KEY" "https://www.steamwebapi.com/steam/api/float"
# PHP
$client = \Symfony\Component\HttpClient\HttpClient::create();
$res = $client->request('GET', 'https://www.steamwebapi.com/steam/api/float', ['headers' => ['X-Api-Key' => $KEY]]);
$data = $res->toArray();
# Node.js
const r = await fetch(`https://www.steamwebapi.com/steam/api/float`, { headers: { 'X-Api-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.

Operational proof

The leading Steam data platform for production applications.

Established in 2018 and trusted by developers, marketplaces and trading platforms.

10,094 registered developer accounts
8 supported games
166,018 marketable items
14 active marketplaces
47,321,725 active listings
2018 operating since
Used across the Steam ecosystem Skinpull Esportfire Eliteskins RentSkins Botchicken
Direct support

Cannot find the right endpoint, data source or plan?

Tell the Steamwebapi team what you are building. A short sentence is enough — we will help you identify the right product and the simplest way to integrate it.

S
Steamwebapi team Product and integration support
Hi — what are you building, and what could you not find? Send us the question exactly as you have it.
Opens our existing live support chat.