Systems

List Waypoints in System

Return a paginated list of all of the waypoints for a given system.

If a waypoint is uncharted, it will return the Uncharted trait instead of its actual traits.

get/systems/{systemSymbol}/waypoints

Query parameters

pageinteger

What entry offset to request

limitinteger

How many entries to return per page

Response

Successfully fetched all waypoints in the system.

dataWaypointJson[] required— unresolved $ref
metaMetaJson required— unresolved $ref

Changes