
Steam API for your build
Inventories, item prices and player profiles through one API key. Build trading tools, bots and services for players.
1,000 requests per 30 days on Free Developer. No payment required.
/faceit/data/v4/players{
"games": {
"cs2": {
"skill_level": 10,
"faceit_elo": 2100
}
}
}
Example fields. Values are illustrative.
Explore the API referenceFrom a Steam profile to your product
Enter a public Steam profile to see items and prices
2 free lookups per day per IP. No signup.


AWP | Asiimov (Field-Tested)
$128.40
Recoil Case
$0.35Example values, not current market prices
Your players are already here
Inventory data across eight games
Built for your product
Built for your next Steam project
Connect Steam data to the tools your users already need.
Inventory & portfolio tools
Show what a public inventory contains and what its items are worth, with price sources and freshness included.
Trading & market analytics
Bring item prices into your own comparison tools. Choose a price source and handle missing quotes explicitly.
Bots & player dashboards
Add Steam profiles, inventories and FACEIT rank to community bots and player pages using one API key.
The integration
The data behind your next feature
Use a single HTTP API instead of connecting inventory, pricing and player data separately.
Explore the API reference
/v1/inventoryInventories and item prices
Read items and inventory values for CS2, Rust, TF2, Dota 2, PUBG, s&box, Unturned and PAYDAY 2. Each response shows available prices and unpriced items.
/faceit/data/v4Steam profiles and FACEIT stats
Add player profiles, FACEIT level, ELO and match stats to your app. Use your WOK key; no separate FACEIT key is needed.
/v1/inventoriesBatch requests for player lists
Request up to 20 players and four games in a batch, with a result for each player-game pair. Each requested pair uses one quota unit.
meta.cache_ageKnow how fresh your data is
Read inventory cache age and per-item price sources. Refresh prices from the local catalog without rescanning a fresh stored inventory.
Compare the cost of your workload
Inventory API costs in WOK, SteamWebAPI and SteamApis for the same number of requests
| Service | Monthly cost | Included requests | Requests per minute |
|---|---|---|---|
| WOK- | -per 30 daysNo auto-renewal | Included requests-per 30 days | Requests per minute- |
| SteamWebAPI- | -per month | Included requests-per month | Requests per minute- |
| SteamApisRequest allowance | -per month | Included requests-per month | Requests per minuteNot published |
Published per-minute limits: WOK Ultra 1200 and Titan 1500 quota units; SteamWebAPI Inventory High+ 200 requests. Batch calls can consume multiple WOK units.
How we compare
Standard inventory lookups for one player and one game, without batching or forced refresh. Other endpoints and included data differ by provider.
30 days with requests spread evenly across the day. Published monthly, daily and per-minute limits are taken into account. Allow headroom for traffic peaks.
WOK paid plans: one-time payment for 30 days. SteamWebAPI: monthly subscription. SteamApis: monthly request allowance, excluding tax and data add-ons.
SteamApis: lowest request cost including published overage rates. Overage requires it to be enabled and enough account balance. Its inventory rate limit is not publicly specified. This is a cost estimate; throughput at the selected volume has not been verified.
Official pricingSteamWebAPISteamApis
A batch of 20 players across 8 games uses 160 requests.
WOK prices come from the current plan catalogCompetitor prices checked
Your first request
Your first inventory request
Get a key, keep it on your server and request a public inventory. Start with curl, Python or JavaScript, then use the response in your app.
Every public endpoint, in one place
Exact parameters, response shapes and status codes from the running service.
Use one WOK API key as Authorization: Bearer on data endpoints. WOK holds the Steam key server-side. Cross-origin browser requests are not supported; keep your WOK key on your server. Health is public.
Install a typed client
Dependency-free server-side clients published through npm and PyPI.
npm install @woksteamapi/clientpython -m pip install wok-apiConnect a server or agent in three calls
The same WOK API key works for every included game and player endpoint. WOK holds the Steam Web API key on its servers.
- Get your WOK keyCopy it from your account and store it on your server as
WOK_API_KEY. SendAuthorization: Bearer <WOK_API_KEY>; never send a WOK key to Steam or put it in a URL. - Check the keyCall
GET /v1/key. It reports whether the key is active and how much quota remains without spending a request. - Choose a game and endpointUse
GET /v1/inventory?steam_id=STEAMID64&game=rustfor Rust inventory. Change onlygamefor another named game. Rust achievements and playtime have separate routes below.
curl -H "Authorization: Bearer ${WOK_API_KEY}" "https://woksteamapi.com/v1/key"
curl -H "Authorization: Bearer ${WOK_API_KEY}" "https://woksteamapi.com/v1/inventory?steam_id=${STEAM_ID}&game=rust"
curl -H "Authorization: Bearer ${WOK_API_KEY}" "https://woksteamapi.com/v1/rust/achievements?steam_id=${STEAM_ID}"
Use a 17-digit SteamID64 for Rust stats and friends. Inventory and profile routes also accept profile URLs and vanity names. Read the complete integration guide for response fields, errors and examples.
| Game | game | Steam AppID | Additional routes |
|---|---|---|---|
| Counter-Strike 2 | cs2 | 730 | CS2 inspect with add-on |
| Rust | rust | 252490 | /v1/rust/stats, /v1/rust/achievements, /v1/rust/playtime |
| Dota 2 | dota2 | 570 | Inventory, prices, catalog, history |
| Team Fortress 2 | tf2 | 440 | Inventory, prices, catalog, history |
| PUBG | pubg | 578080 | Inventory, prices, catalog, history |
| s&box | sandbox | 590830 | Inventory, prices, catalog, history |
| Unturned | unturned | 304930 | Inventory, prices, catalog, history |
| PAYDAY 2 | payday2 | 218620 | Inventory, prices, catalog, history |
Choose an integration path
Working examples, supported games and the limits your application should handle.
Steam Inventory API Pricing
Start free or choose a prepaid term from 30 days. Request quotas use 30-day windows; there is no automatic charge.
Add only what your integration needs
Buy an add-on for an active subscription. Payment and activation are fully automatic.
Choose an active subscription, pay, and the new capability appears automatically after confirmation.
Payment method fees
When a Platega method is available and selected, the buyer pays its payment fee in addition to the plan base price.
Questions
WOK systems
Current public health from the same production node that serves API traffic.
HTTP health and application response
Production worker answered this check
A live database read completed
Checks in this browser session
Each mark is a real health response collected while this page is open.
GET /healthzYour WOK access
Subscriptions, orders and API keys under one protected account.
Privacy Policy
This document explains what WOK API stores, why it is needed and how to request access, correction or deletion.
User Agreement
Terms for accounts, API subscriptions, payments, delivery, acceptable use and support.
Contact WOK API
Write directly about payments, account access, API behavior or personal data.
Start building
Your next idea starts with one request
1,000 requests per 30 days on Free Developer. No payment required.
