---
title: "Starmap Entity Positions"
method: GET
path: "/api/locations/positions"
tags: ["Starmap"]
---

# Starmap Entity Positions

`GET /api/locations/positions`

Starmap entity world positions.

## Query parameters

- `filter[type]` string
- `filter[system]` string

## Response `200`

Entity positions and jump point connections

- object
  - `data` object[]
    - `uuid` string, uuid
    - `name` string
    - `type` string
    - `system` string
    - `parent_uuid` string, uuid, nullable
    - `x` number, float
    - `y` number, float
    - `z` number, float
  - `connections` object[]
    - `entry_uuid` string, uuid
    - `exit_uuid` string, uuid
    - `entry_system` string
    - `exit_system` string
    - `fuel_cost` number — Fuel cost in SCU
    - `size_class` 'small' | 'large' | 'unknown'

## Changes

- **2026-06-05** `778c43a31df2` — 1 breaking
  - the `connections/items/fuel_cost` response's property type changed from `integer` to `number` for status `200`
- **2026-05-25** `a812599b6a12` — 1 info
  - endpoint added
- **2026-03-29** `8ff40d443bb4` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/changes/api/locations/positions/get.md)

---

[API](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api.md) · [All operations](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/starcitizenwiki/star-citizen-wiki-api/revisions/8b259bb9a44c/schema)
