API 2.0
Resources
GET/jump_points
Retrieve a list of all jump points in the game
| Method | GET |
|---|---|
| URL | https://api.uexcorp.space/2.0/jump_points?id_star_system={int} |
| Autorização | — |
| Cache TTL | +1 day |
| Input |
id_star_system_origin int // optional id_star_system_destination int // optional id_orbit_origin int // optional id_orbit_destination int // optional |
| Output |
id int id_star_system_origin int id_star_system_destination int id_orbit_origin int id_orbit_destination int star_system_name_origin string star_system_name_destination string orbit_name_origin string|null orbit_name_destination string|null date_added int // timestamp date_modified int // timestamp |
| Response Status |
• ok |
| Update Frequency | Patch Cycle |
| Documentation Updated | 2 months ago |
Optional