Steamwebapi is a high-quality API service that provides developers with seamless access to a wide range of information on Steam games, user profiles, inventories, and more. By using Steamwebapi, you can easily retrieve data without relying directly on the official Steam API — reducing the risk of IP blocking or application limitations.
Please note that Steamwebapi operates as an independent service and is not affiliated with Valve, Steam, or any of their partners. All rights belong to their respective owners.
To use the API, please follow these steps:
Discover real-world API use cases on GitHub. Explore the following links to access code samples and projects using the API:
Stay tuned for more exciting packages coming soon! Get inspired, learn from existing implementations, and unleash the full potential of the API in your own projects.
And that’s it! Start exploring the power of the API today and open doors to the world of possibilities for your projects.
Here is a list of projects using our API:
If you want to add your project to this list, feel free to send us a message on Discord!
To get your API key:
Your Steam data is not stored by us.
Yes! You have access to all plans under the free tier. You can upgrade anytime if you need more.
The base URL for all requests is:
https://www.steamwebapi.com/steam/api/YOUR_ENDPOINT?key=YOUR_API_KEY
You can authenticate in two ways:
Query parameter:
https://www.steamwebapi.com/steam/api/inventory?key=YOUR_API_KEY
HTTP header:
X-API-Key: YOUR_API_KEY
You can test the API with tools like Postman or Insomnia. Alternatively, you can use your browser directly by adding the API key to the request URL.
Example:
https://www.steamwebapi.com/steam/api/inventory?key=YOUR_API_KEY
All responses are returned in JSON format. If an error occurs, the response will contain an error message.
| GAME | SHORTNAME | STATUS |
|---|---|---|
| CS2 | cs2 | Fully Tested |
| RUST | rust | Basic Tested |
| DOTA | dota | Basic Tested |
| Name | Endpoint | Description | Costs |
|---|---|---|---|
| Items | /steam/api/items | Get all items of a game - one click full export for paid customers | |
| Inventory | /steam/api/inventory | Get inventory of a user | |
| Profile | /steam/api/profile | Get profile of a user | |
| Item Detail | /steam/api/item | Get details of an item | |
| Steamid | /steam/api/steamid | SteamID Converter | |
| Float Information API | /steam/api/float | Get the Float of an Item |
Notes:
priceXXXXX refer to Steam Market data.pricerealXXXXX refer to Third-Party Marketplaces.Subscriptions do not renew automatically — each plan is a one-time subscription.
Newly released game items are typically added within 1–3 days.
All Pro plans include priority support.
Rate limits vary by plan. See your Dashboard for current limits.
Output format is selected via the format query parameter.
format=json (or omit format)pretty=1 pretty-prints JSON (and JSON inside gzip/zip)Examples
# JSON (default)
/steam/api/inventory?key=YOUR_API_KEY
# Pretty JSON
/steam/api/inventory?key=YOUR_API_KEY&format=json&pretty=1
# Gzip-compressed JSON download
/steam/api/items?key=YOUR_API_KEY&format=gzip
# ZIP archive containing a JSON file
/steam/api/items?key=YOUR_API_KEY&format=zip
# CSV download
/steam/api/items?key=YOUR_API_KEY&format=csv
# Interactive HTML table (sortable & searchable)
/steam/api/items?key=YOUR_API_KEY&format=table
# (aliases: format=view, format=html)
# NDJSON (one record per line)
/steam/api/items?key=YOUR_API_KEY&format=ndjson
# MySQL INSERTs (without/with CREATE TABLE)
/steam/api/items?key=YOUR_API_KEY&format=mysql
/steam/api/items?key=YOUR_API_KEY&format=mysql_with_table
# PostgreSQL INSERTs (without/with CREATE TABLE)
/steam/api/items?key=YOUR_API_KEY&format=pgsql
/steam/api/items?key=YOUR_API_KEY&format=pgsql_with_table
# MongoDB insertMany (JavaScript)
/steam/api/items?key=YOUR_API_KEY&format=mongo
format |
Description | Content-Type | File suffix / download |
|---|---|---|---|
json (default) |
JSON body (supports pretty=1) |
application/json |
– |
gzip |
Gzip-compressed JSON | application/gzip |
.json.gz |
zip |
ZIP archive containing a JSON file | application/zip |
.zip |
csv |
CSV export (UTF‑8 with BOM) | text/csv; charset=UTF-8 |
.csv |
xml |
XML document | application/xml; charset=UTF-8 |
.xml |
html / table / view |
Interactive HTML table (sortable, searchable) | text/html; charset=UTF-8 |
– (inline) |
ndjson |
Newline-delimited JSON (one object per line) | application/x-ndjson; charset=UTF-8 |
.ndjson |
mysql |
MySQL INSERT statements (no CREATE TABLE) |
text/plain; charset=UTF-8 |
.sql |
mysql_with_table |
MySQL CREATE TABLE + INSERT statements |
text/plain; charset=UTF-8 |
.sql |
pgsql |
PostgreSQL INSERT statements (no CREATE TABLE) |
text/plain; charset=UTF-8 |
.sql |
pgsql_with_table |
PostgreSQL CREATE TABLE + INSERT statements |
text/plain; charset=UTF-8 |
.sql |
mongo |
MongoDB insertMany script |
application/javascript; charset=UTF-8 |
.js |
Notes
pretty=1 affects json, and the JSON that is embedded inside gzip/zip.ndjson intentionally ignores pretty-printing to keep one record per line./steam/api/items → items.*).| Language Original Name | API Value |
|---|---|
| Dansk | danish |
| English | english |
| Français | french |
| Deutsch | german |
| Polski | polish |
| Português | portuguese |
| Русский | russian |
| Svenska | swedish |
| Türkçe | turkish |
Steamwebapi currently collects pricing data from multiple external marketplaces for pricerealXXXX values: