steam item name ids
1.0.0
List of SteamMarket
item name id. Required to get the itemordershistogram
of an item.
Warning
Does not include all items.
Each file is a dump of a JSON
object with market hash name
as key and item_nameid
as value.
{ "market hash name": 1234567 }
GET https://steamcommunity.com/market/itemordershistogram
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
:
https://steamcommunity.com/market/itemordershistogram?country=UA&language=ukrainian¤cy=18&item_nameid=176241017&norender=1
github action
that validates json
files for pull requestsgithub action
that creates csv
files from originated json
files for each pull request/commit