API 2.0
Endpoints
/jump_points
Retrieve a list of all jump points in the game
Methods | GET |
---|---|
URL | https://api.uexcorp.space/2.0/jump_points?id_star_system={int} |
Authorization | — |
Cache TTL | +1 day |
Input |
id_star_system_origin int(11) // optional id_star_system_destination int(11) // optional id_orbit_origin int(11) // optional id_orbit_destination int(11) // optional |
Output |
id int(11) id_star_system_origin int(11) id_star_system_destination int(11) id_orbit_origin int(11) id_orbit_destination int(11) star_system_name_origin string(255) star_system_name_destination string(255) orbit_name_origin string(255) orbit_name_destination string(255) date_added int(11) // timestamp date_modified int(11) // timestamp |
Response status |
• ok |
Update rate | Patch cycle (usually) |
Documentation update: | 14 days ago |
Optional