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

# Get Shipyard

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

Get the shipyard for a waypoint. Requires a waypoint that has the `Shipyard` trait to use. Send a ship to the waypoint to access data on ships that are currently available for purchase and recent transactions.

## Path parameters

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

## Response `200`

Successfully fetched the shipyard.

- object
  - `data` ShipyardJson, 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)
