API 2.0
Endpoints
/items_attributes
Obtain a list of attributes of a specific item
Method | GET |
---|---|
URL | https://uexcorp.space/api/2.0/items_attributes?id_item={int} |
Authorization | — |
Cache TTL | +1 day |
Input | id_item int(11) |
Output |
id int(11) id_item int(11) id_category int(11) id_category_attribute int(11) category_name string(255) item_name string(255) attribute_name string(255) value string(255) unit string(255) date_added int(11) // timestamp, first time added date_modified int(11) // timestamp, last price update |
Response status |
• requires_id_item • ok |
Update rate | Daily |
Documentation update: | 7 months ago |
Required