---
title: "Ship Matrix Vehicle Detail"
method: GET
path: "/api/shipmatrix/vehicles/{slug}"
tags: ["Ship Matrix", "Vehicles"]
---

# Ship Matrix Vehicle Detail

`GET /api/shipmatrix/vehicles/{slug}`

Retrieve a Ship Matrix vehicle by slug. Use the "include" query parameter to load additional relationships: components, loaner, skus.

## Path parameters

- `slug` string, required — Vehicle slug

## Query parameters

- `include` string

## Response `200`

A Ship Matrix Vehicle

- object
  - `data` ShipMatrixVehicle — Ship Matrix vehicle
    - `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

## Other responses

- `404` — Vehicle not found

## Changes

- **2026-06-26** `93ffa139ca15` — 6 info
  - added the optional property `data/skus/items/cig_id` to the response with the `200` status
  - added the optional property `data/skus/items/discounted_price` to the response with the `200` status
  - added the optional property `data/skus/items/is_package` to the response with the `200` status
  - added the optional property `data/skus/items/is_warbond` to the response with the `200` status
  - …2 more
- **2026-06-05** `778c43a31df2` — 6 info
  - added the optional property `data/description/fr` to the response with the `200` status
  - added the optional property `data/foci/items/fr` to the response with the `200` status
  - added the optional property `data/production_note/fr` to the response with the `200` status
  - added the optional property `data/production_status/fr` to the response with the `200` status
  - …2 more
- **2026-05-21** `af03a6ba771d` — 25 warning, 5 info
  - removed the optional property `agility` from the response with the `200` status
  - removed the optional property `cargo_capacity` from the response with the `200` status
  - removed the optional property `chassis_id` from the response with the `200` status
  - removed the optional property `components` from the response with the `200` status
  - …26 more
- …earlier changes not shown

[Full history](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/changes/api/shipmatrix/vehicles/:slug/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)
