Get Items
Update Time: 2021-08-06 17:24
Introduction
List items for the latest version All data is returned by default
Request
- Path: /esport/dota/raw/items
- Method: GET
- Calls: Unlimited calls for paid plans, 200 calls per day for free trial.
- Recommend Calls: 15 day/call
- Parameters:
Parameter | Value | Required | Description |
---|---|---|---|
item_id | long | false | Get a single item by item_id |
Response
Parameter | Value | Description |
---|---|---|
item_id | long | |
cost | int | |
name | string | |
is_recipe | bool | True of False |
is_secret_shop | bool | True of False (Is it buy in the secret shop) |
is_side_shop | bool | True of False (Is it buy in the side shop) |
logo | string |
Example Request
Example Response
{}