List of SteamMarket item name id. Required to get the itemordershistogram of an item.
Warning
Does not include all items.
- CS2 (ex. CSGO)
- TF2
Each file is a dump of a JSON object with market hash name as key and item_nameid as value.
{ "market hash name": 1234567 }| Parameter name | Type | Reference/Description |
|---|---|---|
| country | string | Country code like "UA", "PL" |
| language | string | Language enum |
| currency | integer | Currency enum |
| item_nameid | integer | 👈 |
| norender | integer/boolean | Whether to exclude html from the response |
Example params object:
{
country: "UA",
language: "ukrainian",
currency: 18, // Ukrainian Hryvnia
item_nameid: 123456, // <- item name id
norender: 1, // exclude
}Example itemordershistogram of AK-47 | Slate (Field-Tested) request URL:
-
github actionthat validatesjsonfiles for pull requests -
github actionthat createscsvfiles from originatedjsonfiles for each pull request/commit