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"
}
}