API 2.0
Endpoints
/items
Retrieve a comprehensive list of Star Citizen items, including ship components, weapons, and more.
Method | GET |
---|---|
URL |
https://api.uexcorp.space/2.0/items?id_category={int} https://api.uexcorp.space/2.0/items?id_company={int} https://api.uexcorp.space/2.0/items?uuid={string} |
Authorization | — |
Cache TTL | +1 day |
Input |
// one of these inputs are required id_category int(11) // required id_company int(11) uuid string(255) // star citizen uuid |
Output |
id int(11) // route ID, may change during website updates id_parent int(11) id_category int(11) id_company int(11) id_vehicle int(11) // if linked to a vehicle name string(255) section string(255) // coming from categories category string(255) // coming from categories company_name string(255) // coming from companies vehicle_name string(255) // coming from vehicles slug string(255) // UEX URLs uuid string(255) // star citizen uuid url_store string(255) // pledge store URL is_exclusive_pledge int(1) is_exclusive_subscriber int(1) is_exclusive_concierge int(1) screenshot string(255) // item image URL (suspended due to server costs) attributes json // deprecated, replaced by items_attributes notification json // heads up about an item, such as known bugs, etc. date_added int(11) // timestamp date_modified int(11) // timestamp |
Response status |
• requires_id_category • ok |
Update rate | Patch cycle (usually) |
Documentation update: | 13 days ago |
Optional Required