---
title: "In-Game Vehicle Filters"
method: GET
path: "/api/vehicles/filters"
tags: ["Vehicles"]
---

# In-Game Vehicle Filters

`GET /api/vehicles/filters`

Return all available filter values for in-game vehicles.

## Query parameters

- `version` string

## Response `200`

Available filters for in-game vehicles.

- object
  - `filters` object
    - `manufacturer` FilterValue[]
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `is_vehicle` FilterValue[]
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `is_gravlev` FilterValue[]
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `is_spaceship` FilterValue[]
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `size` FilterValue[]
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `role` FilterValue[]
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `career` FilterValue[]
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.
    - `shield.face_type` FilterValue[]
      - `value` union
        - string
        - integer
        - boolean
      - `label` string
      - `count` integer, nullable — Result count when supplied by the facet.

## Changes

- **2026-06-05** `740b044d147f` — 8 breaking
  - the response property `filters/career/items/count` became nullable for the status `200`
  - the response property `filters/is_gravlev/items/count` became nullable for the status `200`
  - the response property `filters/is_spaceship/items/count` became nullable for the status `200`
  - the response property `filters/is_vehicle/items/count` became nullable for the status `200`
  - …4 more
- **2026-05-21** `af03a6ba771d` — 2 info
  - api operation id `57e041d605c3ed0ffabeccf150c51a5e` removed and replaced with `listVehicleFilters`
  - api tag `In-Game` removed
- **2026-04-24** `c096aa819d11` — 1 info
  - added the optional property `filters/shield.face_type` to the response with the `200` status
- **2026-03-29** `8ff40d443bb4` — 1 warning, 2 info
  - removed the optional property `filters/shield.face_type` from the response with the `200` status
  - api operation id `listVehicleFilters` removed and replaced with `57e041d605c3ed0ffabeccf150c51a5e`
  - api tag `In-Game` added

[Change history](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/changes/api/vehicles/filters/get.md)

---

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