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

typeWaypointTypeJson — unresolved $ref

Filter waypoints by type.

Symbol — unresolved $ref
OR
Symbol[] — unresolved $ref

Filter waypoints by one or more traits.

Response

Successfully fetched all waypoints in the system.

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

Changes