API 2.0
Resources
GET/items_attributes
Obtain a list of attributes of a specific item
Item attributes are primarily sourced from in-game terminals. In some cases, exceptions may be made to include data obtained through datamining. Please note that some attributes might not precisely reflect the actual in-game values, potentially due to outdated information on in-game terminals not yet updated by the CIG team.
| Method | GET |
|---|---|
| URL | https://api.uexcorp.space/2.0/items_attributes?id_item={int} |
| Autorização | — |
| Cache TTL | +1 day |
| Input |
// at least one is required
id_item int id_category int uuid string|null // star citizen uuid |
| Output |
id int id_item int id_category int id_category_attribute int category_name string|null item_name string item_uuid string|null attribute_name string value string|null unit string|null date_added int // timestamp date_modified int // timestamp |
| Response Status |
• requires_id_item_or_id_category_or_uuid // deprecated • requires_id_category_or_id_company_or_uuid • ok |
| Update Frequency | Daily |
| Documentation Updated | 2 months ago |
Required