---
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

## Changes

> 50 revisions in range; 2 not diffed.

- **2025-02-06** `a4500b4e7ef1` — 2 breaking
  - added the new path request parameter `systemSymbol`
  - added the new path request parameter `waypointSymbol`
- **2023-10-28** `6e56b10636d7` — 1 info
  - endpoint added
- **2023-05-20** `86f8c56c4690` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/spacetradersapi/apis/spacetraders-api/changes/systems/:systemSymbol/waypoints/:waypointSymbol/construction/get.md)

---

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