Get item details
Item identifier (numeric ID or URL slug)
items table. You can pass either a numeric item ID or a URL slug.
Response
Item type
| Field | Type | Description |
|---|---|---|
id | integer | Unique item ID |
name | string | Item display name |
effect | string | Unusual effect name (TF2) or empty |
url | string | URL-friendly slug |
game | integer | Game App ID (440, 730, 570, 252490) |
quality | string | Item quality (Unique, Strange, Unusual, etc.) |
image | string | Item image URL |
type | string | Item type/category |
craftable | integer | 1 = craftable, 0 = uncraftable |
deal | integer | Steam market price in cents |
Request item image
Item identifier
Get item sales graph
Item identifier
items_stats table with daily price and volume.
Response
| Field | Type | Description |
|---|---|---|
itemid | integer | Item ID |
date | string | Date (YYYY-MM-DD) |
price | integer | Total sales value in cents for the day |
nb | integer | Number of sales that day |
Get listing count
Item identifier (numeric ID)
Optional user SteamID to filter listings by seller
userid is provided, returns the count for that specific seller only.
Response
Get item listings
Item identifier (numeric ID)
Optional user SteamID to filter by seller
Number of items per page
Page number (offset = page × count)
Game ID filter (
440 for TF2, 730 for CS2). Affects which extra info is joined.Listing type
| Field | Type | Description |
|---|---|---|
id | integer | Backpack entry ID |
assetId | string | Steam asset ID |
item_id | integer | Item definition ID |
user | string | Seller SteamID |
state | integer | Item state (1 = on sale) |
price | integer | Listed price in cents |
bot | string | Bot holding the item |
game | integer | Game App ID |
wear | float|null | Wear value (CS2 items) |
sheen | string | Killstreak sheen (TF2) |
killstreaker | string | Killstreaker effect (TF2) |
spell | string | Halloween spell (TF2) |
parts | string | Strange parts (TF2) |
html | string | Custom HTML description |
paint | string | Paint color (TF2) |
values | object|null | Extra inspection values (CS2/TF2) |
getImage | string|null | Custom image URL |
Get buy order list
Item identifier (numeric ID)
Response
| Field | Type | Description |
|---|---|---|
price | integer | Buy order price in cents |
itemid | integer | Item ID |
nb | integer | Total quantity at this price |
Get item pricing
Item identifier (numeric ID)
Response
| Field | Type | Description |
|---|---|---|
item_id | integer | Item ID |
lowest_sale_price | float | Lowest active listing price in cents |
lowest_buy_order | float | Highest active buy order price in cents |
steam_price | float | Steam Community Market price in cents |
suggested_price | float | Suggested listing price (lowest of sale-1 and steam-1) |
Pricing data is cached for 20 minutes. Fresh data is calculated and stored when the cache expires.
Get bulk pricing
Comma-separated item IDs (maximum 20 items)
Get item details from backpack ID
Backpack asset ID
backpack, items, and item_infos tables.
Get CS2 item details from backpack ID
Backpack asset ID
Get raffle items
Get buy order and lowest sales prices
itemId;buyOrderPrice;lowestSalePrice,
This endpoint is cached for 3 minutes. Add
?update=1 to force a refresh.