API 2.0
Endpoints
/moons
Retrieve a list of all moons within a star system.
Methods | GET |
---|---|
URLs |
// example 1 https://uexcorp.space/api/2.0/moons?id_star_system={int} // example 2 https://uexcorp.space/api/2.0/moons?id_planet={int} |
Authorization | — |
Cache TTL | +1 day |
Input |
id_star_system int(11) // optional id_faction int(11) // optional id_jurisdiction int(11) // optional id_planet int(11) // optional |
Output |
id int(11) id_star_system int(11) id_planet int(11) id_orbit int(11) id_faction int(11) id_jurisdiction int(11) name string(255) name_origin string(255) // first moon names code string(255) // our code is_available int(1) is_visible int(1) is_default int(1) date_added int(11) // timestamp date_modified int(11) // timestamp star_system_name string(255) planet_name string(255) orbit_name string(255) faction_name string(255) jurisdiction_name string(255) |
Response status |
• ok |
Update rate | Patch cycle (usually) |
Documentation update: | 14 days ago |
Optional