---
title: "Get Jump Gate"
method: GET
path: "/systems/{systemSymbol}/waypoints/{waypointSymbol}/jump-gate"
tags: ["Systems"]
---

# Get Jump Gate

`GET /systems/{systemSymbol}/waypoints/{waypointSymbol}/jump-gate`

Get jump gate details for a waypoint. Requires a waypoint of type `JUMP_GATE` to use.

Waypoints connected to this jump gate can be

## Path parameters

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

## Response `200`

Successfully fetched jump gate.

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