Game Starmap Locations Overview
Returns paginated versioned starmap locations with optional filters. Results are scoped to the requested or default game version. Each location includes amenities, hierarchy entity tags, parent and star relations, child count, mission count, and resource availability.
Query parameters
Page number for pagination (starts at 1). Prefer using page[number] instead.
Page number for pagination (starts at 1).
Number of results per page. Maximum 200.
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.
Sort field. Prefix with "-" for descending. Supported: name, type_name, size, child_count.
Partial match on location name.
Search locations by name.
Exact match on location type name (see GET /api/locations/filters for valid values).
Location type classification from JSON data (see GET /api/locations/filters for valid values).
Respawn location type classification (see GET /api/locations/filters for valid values).
Governing jurisdiction name (see GET /api/locations/filters for valid values).
Faction or organization affiliation display name (see GET /api/locations/filters for valid values).
When true, only show scannable locations; when false, only show non-scannable.
When true, only show locations where travel is blocked; when false, only show locations where travel is allowed.
Filter by amenity name, display name, or UUID. Accepts comma-separated values (see GET /api/locations/filters for valid values).
Filter by hierarchy entity tag name or UUID. Accepts comma-separated values.
Partial match on parent location name.
Exact match on parent location UUID.
Partial match on star system name (see GET /api/locations/filters for valid values).
When true, only locations with harvestable resources; when false, only locations without.
Filter by harvestable commodity name or UUID. Accepts comma-separated values (see GET /api/commodities for valid values).
When true, exclude minor locations that are only shown when their parent is selected.
Response
List of starmap locations
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
]
}
]
}
]
}
]
}
],
"meta": {
"current_page": 1,
"from": 1,
"last_page": 5,
"per_page": 30,
"to": 30,
"total": 150,
"path": "https://api.star-citizen.wiki/api/vehicles"
}
}Changes
Changed in 12 of the 50 revisions of this API.81642
- ○
added the optional property
data/items/quantum_travel/oneOf[subschema #1: Game Starmap Location Quantum Travel]/adoption_radius_formattedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/quantum_travel/oneOf[subschema #1: Game Starmap Location Quantum Travel]/arrival_radius_formattedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/quantum_travel/oneOf[subschema #1: Game Starmap Location Quantum Travel]/obstruction_radius_formattedto the response with the200statusresponse-optional-property-added
- ○
- ▲
the response's body type/format changed from
array/toobject/for status200response-body-type-changed
- ○
api operation id
a226a3e5745777c39876fb640a9b3e53removed and replaced withlistLocationsapi-operation-id-removed
- ○
api tag
In-Gameremovedapi-tag-removed
- ○
added the optional property
datato the response with the200statusresponse-optional-property-added
- ○
added the optional property
linksto the response with the200statusresponse-optional-property-added
- ○
added the optional property
metato the response with the200statusresponse-optional-property-added
- ▲
- ○
added the optional property
items/resources/items/resources/items/allOf[subschema #1: Deposit Base]/materials/items/quality_quantizationto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/resources/items/resources/items/allOf[subschema #1: Deposit Base]/materials/items/quality_quantized_valuesto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
items/asteroid_ring/oneOf[subschema #1: Game Starmap Location Asteroid Ring]/DensityScalefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/asteroid_ring/oneOf[subschema #1: Game Starmap Location Asteroid Ring]/Depthfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/asteroid_ring/oneOf[subschema #1: Game Starmap Location Asteroid Ring]/InnerRadiusfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/asteroid_ring/oneOf[subschema #1: Game Starmap Location Asteroid Ring]/OuterRadiusfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/asteroid_ring/oneOf[subschema #1: Game Starmap Location Asteroid Ring]/SizeScalefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/quantum_travel/oneOf[subschema #1: Game Starmap Location Quantum Travel]/AdoptionRadiusfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/quantum_travel/oneOf[subschema #1: Game Starmap Location Quantum Travel]/ArrivalPointDetectionOffsetfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/quantum_travel/oneOf[subschema #1: Game Starmap Location Quantum Travel]/ArrivalRadiusfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/quantum_travel/oneOf[subschema #1: Game Starmap Location Quantum Travel]/ObstructionRadiusfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/quantum_travel/oneOf[subschema #1: Game Starmap Location Quantum Travel]/SubPointRadiusMultiplierfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
items/asteroid_ring/oneOf[subschema #1: Game Starmap Location Asteroid Ring]/density_scaleto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/asteroid_ring/oneOf[subschema #1: Game Starmap Location Asteroid Ring]/depthto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/asteroid_ring/oneOf[subschema #1: Game Starmap Location Asteroid Ring]/inner_radiusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/asteroid_ring/oneOf[subschema #1: Game Starmap Location Asteroid Ring]/outer_radiusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/asteroid_ring/oneOf[subschema #1: Game Starmap Location Asteroid Ring]/size_scaleto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/imagesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/quantum_travel/oneOf[subschema #1: Game Starmap Location Quantum Travel]/adoption_radiusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/quantum_travel/oneOf[subschema #1: Game Starmap Location Quantum Travel]/arrival_point_detection_offsetto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/quantum_travel/oneOf[subschema #1: Game Starmap Location Quantum Travel]/arrival_radiusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/quantum_travel/oneOf[subschema #1: Game Starmap Location Quantum Travel]/obstruction_radiusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/quantum_travel/oneOf[subschema #1: Game Starmap Location Quantum Travel]/sub_point_radius_multiplierto the response with the200statusresponse-optional-property-added
- ●
- ○
added the new optional
queryrequest parameterfilter[query]new-optional-request-parameter
- ○
- ▲
added
game_starmap_location_asteroid_ringto theitems/asteroid_ringresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
game_starmap_location_quantum_travelto theitems/quantum_travelresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
items/asteroid_ringresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
items/quantum_travelresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
items/resources/items/resources/items/allOf[subschema #1: Deposit Base]/signatureresponse's property type/format changed from/tointeger/for status200response-property-type-changed
- ○
added the optional property
items/resources/items/resources/items/allOf[subschema #1: Deposit Base]/harvestable_setupto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/resources/items/resources/items/allOf[subschema #1: Deposit Base]/provider_namesto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the optional property
items/parent/oneOf[subschema #1: Game Starmap Location Linked Summary]/slugto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/slugto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/star/oneOf[subschema #1: Game Starmap Location Linked Summary]/slugto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
items/mission_countto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/missionsto the response with the200statusresponse-optional-property-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the
items/resources/items/resources/items/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ●
removed the optional property
items/resources/items/resources/items/depositsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/resources/items/resources/items/linkfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/resources/items/resources/items/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/resources/items/resources/items/tierfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/resources/items/resources/items/uuidfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/resources/items/resources/items/web_urlfrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional
queryrequest parameterfilter[hide_minor_locations]new-optional-request-parameter
- ○
added
deposit_basesubschema #2to theitems/resources/items/resources/items/response propertyallOflist for the response status200response-property-all-of-added
This revision also has 16 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the new optional
queryrequest parameterfilter[has_resources]new-optional-request-parameter
- ○
added the new optional
queryrequest parameterfilter[resource]new-optional-request-parameter
- ○
added the optional property
items/area_booststo the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/children/items/amenity_labelsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/children/items/designationto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/children/items/has_resourcesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/children/items/web_urlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/designationto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/has_resourcesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/resourcesto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○