---
title: "Game Commodity Filters"
method: GET
path: "/api/commodities/filters"
tags: ["Commodities"]
---

# Game Commodity Filters

`GET /api/commodities/filters`

Returns all available filter values for game commodities, scoped to the requested or default game version. Filter values can be combined; providing a system filter will narrow the location facet to that system only.

## Query parameters

- `version` string
- `filter[used]` boolean
- `filter[system]` string
- `filter[type]` string
- `filter[rarity]` string
- `filter[kind]` string
- `filter[group]` string
- `filter[refined_version]` string
- `filter[location]` string
- `filter[query]` string
- `filter[ship]` boolean
- `filter[ground_vehicle]` boolean
- `filter[fps]` boolean
- `filter[harvestable]` boolean
- `filter[salvage]` boolean
- `filter[mineable]` boolean

## Response `200`

Available filters for game commodities.

- object
  - `filters` object
    - `system` FilterValue[] — Star systems where commodities can be found
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `type` FilterValue[] — Location type names
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `rarity` FilterValue[] — Commodity tier/rarity levels
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `kind` FilterValue[] — Resource kinds
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `refined_version` FilterValue[] — Refined version names
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `group` FilterValue[] — Commodity groups
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `location` FilterValue[] — Starmap locations grouped by system
      - `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/revisions/8b259bb9a44c/schema)
