---
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`

Paginated list of Ship Matrix Vehicles

- object
  - `data` 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
      - `fr` string
    - `production_status` Translation — Translations of an entity
      - `en` string
      - `de` string
      - `zh` string
      - `fr` string
    - `production_note` Translation — Translations of an entity
      - `en` string
      - `de` string
      - `zh` string
      - `fr` string
    - `type` Translation — Translations of an entity
      - `en` string
      - `de` string
      - `zh` string
      - `fr` string
    - `description` Translation — Translations of an entity
      - `en` string
      - `de` string
      - `zh` string
      - `fr` string
    - `size` Translation — Translations of an entity
      - `en` string
      - `de` string
      - `zh` string
      - `fr` string
    - `msrp` number, float, nullable — MSRP imported from the Ship Upgrade tool.
    - `pledge_url` string, nullable — Link to RSI Pledge Store
    - `skus` VehicleSku[]
      - `source` 'upgrade_api' | 'pledge_store'
      - `cig_id` integer
      - `title` string
      - `url` string, nullable
      - `price` integer
      - `discounted_price` integer, nullable
      - `is_warbond` boolean, nullable
      - `is_package` boolean, nullable
      - `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
  - `links` PaginationLinks — Pagination navigation links.
    - `first` string, nullable — URL to the first page.
    - `last` string, nullable — URL to the last page.
    - `prev` string, nullable — URL to the previous page.
    - `next` string, nullable — URL to the next page.
  - `meta` PaginationMeta — Pagination metadata.
    - `current_page` integer — Current page number.
    - `from` integer — Index of the first item in this page.
    - `last_page` integer — Last available page number.
    - `per_page` integer — Number of items per page.
    - `to` integer — Index of the last item in this page.
    - `total` integer — Total number of items across all pages.
    - `links` object[] — Pagination navigation links with page URLs.
      - `url` string, nullable
      - `label` string
      - `active` boolean
    - `path` string — Base URL path for pagination.

---

[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)
