API 2.0
Endpoints
Sep 06, 2024: Fixed an issue with 'data_submit' that may have blocked report submissions via third-party apps. Apologies for the inconvenience.
/star_systems
Retrieve a list of all star systems in the Star Citizen universe.
Methods | GET |
---|---|
URL | https://uexcorp.space/api/2.0/star_systems |
Authorization | — |
Cache TTL | +1 day |
Input | - |
Output |
id int(11) name string(255) code string(2) // our code is_available int(1) is_visible int(1) is_default int(1) wiki string(255) // Wiki URL date_added int(11) // timestamp date_modified int(11) // timestamp |
Response status |
• ok |
Update rate | Patch cycle (usually) |
Documentation update: | 3 months ago |