Difference between revisions of "WebAPI/GetGameItems"
< WebAPI
(→Result data) |
(→Method-specific parameters) |
||
Line 3: | Line 3: | ||
== Method-specific parameters == | == Method-specific parameters == | ||
− | ;{{API optional|language}} ''(string)'': The language to provide | + | ;{{API optional|language}} ''(string)'': The language to provide item names in. |
== Result data == | == Result data == |
Revision as of 23:36, 11 April 2016
URL
GET http://api.steampowered.com/IEconDOTA2_<ID>/GetGameItems/v1
Method-specific parameters
- language (Optional) (string)
- The language to provide item names in.
Result data
- result
-
- items
- List of items.
- id
- ID of the hero.
- name
- The tokenized string for the name of the hero.
- cost
- The in-game gold cost of the item.
- secret_shop
- Boolean - true if the item is only available in the secret shop.
- side_shop
- Boolean - true if the item is available in the side shop.
- recipe
- Boolean - true if the item is a recipe type item.
- localized_name
- The localized name of the hero for use in name display.