In-Game
Starmap

Game Starmap Location Detail

Retrieve a versioned starmap location by slug or UUID. Use the include parameter to load additional relations: children (child locations with amenities and tags), resources (harvestable resource placements with commodity data), missions (available missions with faction data).

get/api/locations/{identifier}

Path parameters

identifierstring required

Starmap location slug or UUID

Example:aberdeen

Query parameters

includestring

Comma-separated list of relationships to include (e.g. manufacturer,translations).

versionstring

Game version to get data from, if omitted uses default version.

Response

A starmap location

uuidstring uuid

Unique identifier for this starmap location.

slugstring nullable

URL-friendly slug for this location.

namestring

Display name of the starmap location.

descriptionstring nullable

In-universe description of the location.

sizenumber nullable

Relative size of the location.

respawn_location_typestring nullable

Type of respawn facility available (e.g. Hospital, MedicalRoom).

child_countinteger

Number of direct child locations.

has_resourcesboolean nullable

Whether this location has harvestable resource deposits.

mission_countinteger

Number of available missions at this location.

is_scannableboolean

Whether this location can be detected by ship scanners.

hide_in_starmapboolean

Whether this location is hidden from the in-game starmap.

hide_in_worldboolean

Whether this location is hidden in the game world.

block_travelboolean

Whether quantum travel to this location is blocked.

systemstring nullable

Name of the star system this location belongs to (e.g. Stanton System).

designationstring nullable

Official designation code for this location.

linkstring uri

API URL for this location's detail endpoint.

web_urlstring uri

Web frontend URL for this location.

updated_atstring date-time nullable

Timestamp of the last data update.

versionstring nullable

Game data version code.

Changes