Expand description
Generated by: https://openapi-generator.tech
Version of specification: 2.0.0
Enums§
- GetJump
Gate Error - Enum for known errors of method
get_jump_gate. - GetJump
Gate Success - Enum for successes of method
get_jump_gate. - GetMarket
Error - Enum for known errors of method
get_market. - GetMarket
Success - Enum for successes of method
get_market. - GetShipyard
Error - Enum for known errors of method
get_shipyard. - GetShipyard
Success - Enum for successes of method
get_shipyard. - GetSystem
Error - Enum for known errors of method
get_system. - GetSystem
Success - Enum for successes of method
get_system. - GetSystem
Waypoints Error - Enum for known errors of method
get_system_waypoints. - GetSystem
Waypoints Success - Enum for successes of method
get_system_waypoints. - GetSystems
Error - Enum for known errors of method
get_systems. - GetSystems
Success - Enum for successes of method
get_systems. - GetWaypoint
Error - Enum for known errors of method
get_waypoint. - GetWaypoint
Success - Enum for successes of method
get_waypoint.
Functions§
- get_
jump_ gate - Get jump gate details for a waypoint. Requires a waypoint of type
JUMP_GATEto use. The response will return all systems that are have a Jump Gate in range of this Jump Gate. Those systems can be jumped to from this Jump Gate. - get_
market - Retrieve imports, exports and exchange data from a marketplace. Requires a waypoint that has the
Marketplacetrait to use. Send a ship to the waypoint to access trade good prices and recent transactions. Refer to the Market Overview page to gain better a understanding of the market in the game. - get_
shipyard - Get the shipyard for a waypoint. Requires a waypoint that has the
Shipyardtrait to use. Send a ship to the waypoint to access data on ships that are currently available for purchase and recent transactions. - get_
system - Get the details of a system.
- get_
system_ waypoints - Return a paginated list of all of the waypoints for a given system. If a waypoint is uncharted, it will return the
Unchartedtrait instead of its actual traits. - get_
systems - Return a paginated list of all systems.
- get_
waypoint - View the details of a waypoint. If the waypoint is uncharted, it will return the ‘Uncharted’ trait instead of its actual traits.