https://spacetraders.io/game-concepts/systems-waypoints says that "You can view a list of all systems in the universe by calling the following endpoint:" and has an interactive endpoint caller suggesting curl --request \ --url 'https://api.spacetraders.io/v2/systems'. GET:/systems, however, is a paginated endpoint, which means that in order to get all the systems you would have to call that endpoint ~352 times.
https://spacetraders.io/game-concepts/systems-waypoints says that "You can view a list of all systems in the universe by calling the following endpoint:" and has an interactive endpoint caller suggesting
curl --request \ --url 'https://api.spacetraders.io/v2/systems'.GET:/systems, however, is a paginated endpoint, which means that in order to get all the systems you would have to call that endpoint ~352 times.