---
title: "Ship Matrix Vehicles Overview"
method: GET
path: "/api/shipmatrix/vehicles"
tags: ["Ship-Matrix", "Vehicles"]
---

# Ship Matrix Vehicles Overview

`GET /api/shipmatrix/vehicles`

Returns paginated Ship Matrix vehicles with optional filters. SKU variants and loaner vehicles are included by default.

## Query parameters

- `page` integer
- `page[number]` integer
- `page[size]` integer
- `filter[manufacturer]` string
- `filter[size]` string
- `filter[type]` string
- `filter[focus]` string
- `filter[production_status]` string
- `filter[name]` string
- `sort` string

## Response `200`

List of Ship-Matrix Vehicles

- ShipMatrixVehicle[]
  - `id` integer
  - `chassis_id` integer
  - `name` string
  - `slug` string
  - `sizes` object
    - `length` number, float
    - `beam` number, float
    - `height` number, float
  - `dimension` object
    - `length` number, float
    - `width` number, float
    - `height` number, float
  - `mass` number, float
  - `cargo_capacity` number, float, nullable — Cargo Capacity in SCU
  - `crew` object
    - `min` integer
    - `max` integer
  - `speed` object
    - `scm` number, float, nullable
    - `max` number, float, nullable
  - `agility` object
    - `pitch` number, float
    - `yaw` number, float
    - `roll` number, float
    - `acceleration` object
      - `x_axis` number, float
      - `y_axis` number, float
      - `z_axis` number, float
  - `foci` Translation[]
    - `en` string
    - `de` string
    - `zh` string
  - `production_status` Translation — Translations of an entity
    - `en` string
    - `de` string
    - `zh` string
  - `production_note` Translation — Translations of an entity
    - `en` string
    - `de` string
    - `zh` string
  - `type` Translation — Translations of an entity
    - `en` string
    - `de` string
    - `zh` string
  - `description` Translation — Translations of an entity
    - `en` string
    - `de` string
    - `zh` string
  - `size` Translation — Translations of an entity
    - `en` string
    - `de` string
    - `zh` string
  - `msrp` number, float, nullable — MSRP imported from the Ship Upgrade tool.
  - `pledge_url` string, nullable — Link to RSI Pledge Store
  - `skus` VehicleSku[]
    - `title` string
    - `price` integer
    - `available` boolean
    - `imported_at` string, date-time
  - `manufacturer` object
    - `code` string
    - `name` string
  - `updated_at` string
  - `components` VehicleComponent[] — Components imported from the Ship-Matrix
    - `type` string
    - `name` string
    - `mounts` integer
    - `component_size` integer
    - `category` string
    - `size` integer
    - `details` string
    - `quantity` integer
    - `manufacturer` string
    - `component_class` string
  - `loaner` VehicleLoaner[]
    - `uuid` string, nullable — Unique vehicle identifier.
    - `name` string
    - `slug` string, nullable — URL-friendly vehicle identifier.
    - `link` string
    - `version` string
  - `link` string — Link to detail endpoint

## Changes

- **2026-04-24** `5922fb7266e2` — 2 info
  - added the optional property `items/loaner/items/slug` to the response with the `200` status
  - added the optional property `items/loaner/items/uuid` to the response with the `200` status
- **2026-04-24** `c096aa819d11` — 2 warning, 2 info
  - removed the optional property `items/health` from the response with the `200` status
  - removed the optional property `items/updated_at_human` from the response with the `200` status
  - added the new optional `query` request parameter `filter[name]`
  - added the new optional `query` request parameter `sort`
- **2026-03-29** `8ff40d443bb4` — 1 breaking, 5 warning, 3 info
  - the response's body type changed from `object` to `array` for status `200`
  - deleted the `query` request parameter `filter[name]`
  - deleted the `query` request parameter `sort`
  - removed the optional property `data` from the response with the `200` status
  - …5 more

[Change history](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/changes/api/shipmatrix/vehicles/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.dev/starcitizenwiki/apis/star-citizen-wiki-api/revisions/5cd81baa02cb?raw)
