---
title: "Get Waypoint"
method: GET
path: "/systems/{systemSymbol}/waypoints/{waypointSymbol}"
tags: ["Systems"]
---

# Get Waypoint

`GET /systems/{systemSymbol}/waypoints/{waypointSymbol}`

View the details of a waypoint.

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

## Path parameters

- `systemSymbol` string, required
- `waypointSymbol` string, required

## Response `200`

Successfully fetched waypoint.

- object
  - `data` WaypointJson, required — unresolved $ref

---

[API](https://skmtc.net/spacetradersapi/apis/spacetraders-api.md) · [All operations](https://skmtc.net/spacetradersapi/apis/spacetraders-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spacetradersapi/spacetraders-api/revisions/197cf9b9a2b6/schema)
