API 2.0
Endpoints
/planets
Retrieve a list of all planets within a star system.
Methods | GET |
---|---|
URL | https://uexcorp.space/api/2.0/planets?id_star_system={int} |
Authorization | — |
Cache TTL | +1 day |
Input |
id_star_system int(11) // optional id_faction int(11) // optional id_jurisdiction int(11) // optional is_lagrange int(11) // optional |
Output |
id int(11) id_star_system int(11) id_faction int(11) id_jurisdiction int(11) name string(255) name_origin string(255) // discovery name code string(255) // our code is_available int(1) // UEX website is_available_live int(1) // Star Citizen (LIVE servers) is_visible int(1) // UEX website (visible to everyone) is_default int(1) is_lagrange int(1) date_added int(11) // timestamp date_modified int(11) // timestamp star_system_name string(255) faction_name string(255) jurisdiction_name string(255) |
Response status |
• ok |
Update rate | Patch cycle (usually) |
Documentation update: | 25 days ago |
Optional