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

# Get Construction Site

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

Get construction details for a waypoint. Requires a waypoint with a property of `isUnderConstruction` to be true.

## Path parameters

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

## Response `200`

Successfully fetched construction site.

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