/steam-item-name-ids

🧾 List of steammarket item name ids.

MIT LicenseMIT

Steam item name ids

license steam

List of steammarket item name id. Required to get the itemordershistogram of an item.

Warning

Does not include all items.

Apps:

Usage

Structure

Each file is a dump of a JSON object with market hash name as key and item_nameid as value.

{ "market hash name": 1234567 }

How to get

Path

GET https://steamcommunity.com/market/itemordershistogram

Params:

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&currency=18&item_nameid=176241017&norender=1

See also 👀