Starmap
Game Starmap Location Detail
Retrieve a versioned starmap location by slug or UUID. Results are scoped to the requested or default game version. 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. Available includes vary per endpoint, see each endpoint's description for supported values.
versionstring
Game version code to scope results to. Omit to use the current default version. Use GET /api/game-versions to list available versions and GET /api/game-versions/default to discover the default.
Response
A starmap location
Example response
{
"data": {
"resources": [
{
"resources": [
{
"materials": [
{
"quality_quantized_values": [
521,
664,
710,
874,
907,
970,
1000
],
"quality_quantization": [
348,
523,
686,
717,
861,
916,
975,
1000
]
}
]
}
]
}
]
}
}