API 2.0
Endpoints
/items_attributes
Obtain a list of attributes of a specific item
Method | GET |
---|---|
URL | https://api.uexcorp.space/2.0/items_attributes?id_item={int} |
Authorization | — |
Cache TTL | +1 day |
Input |
// at least one is required
id_item int(11) id_category int(11) uuid string(255) // star citizen uuid |
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) item_uuid 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_or_id_category_or_uuid // deprecated • requires_id_category_or_id_company_or_uuid • ok |
Update rate | Daily |
Documentation update: | 11 days ago |
Required