---
title: "Game Starmap Location Filters"
method: GET
path: "/api/locations/filters"
tags: ["Starmap"]
---

# Game Starmap Location Filters

`GET /api/locations/filters`

Return all available filter facet values for versioned starmap locations. Applies any provided filter parameters to scope the facet counts. Returns facets for: type_name, type_classification, respawn_location_type, jurisdiction_name, affiliation_name, system, parent_name, amenity, and resource.

## Query parameters

- `version` string
- `filter[name]` string
- `filter[query]` string
- `filter[type_name]` string
- `filter[type_classification]` string
- `filter[respawn_location_type]` string
- `filter[jurisdiction_name]` string
- `filter[affiliation_name]` string
- `filter[is_scannable]` boolean
- `filter[block_travel]` boolean
- `filter[amenity]` string
- `filter[tag]` string
- `filter[parent_name]` string
- `filter[parent_uuid]` string, uuid
- `filter[system]` string
- `filter[has_resources]` boolean
- `filter[resource]` string
- `filter[hide_minor_locations]` boolean

## Response `200`

Available filters for starmap locations.

- object
  - `filters` object
    - `type_name` FilterValue[]
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `type_classification` FilterValue[]
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `respawn_location_type` FilterValue[]
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `jurisdiction_name` FilterValue[]
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `affiliation_name` FilterValue[]
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `system` FilterValue[]
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `parent_name` FilterValue[]
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `amenity` FilterValue[]
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `resource` FilterValue[]
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.

---

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