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

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

## Other responses

- `404` — Vehicle not found

## Changes

- **2026-04-24** `5922fb7266e2` — 2 info
  - added the optional property `loaner/items/slug` to the response with the `200` status
  - added the optional property `loaner/items/uuid` to the response with the `200` status
- **2026-04-24** `c096aa819d11` — 2 warning
  - removed the optional property `health` from the response with the `200` status
  - removed the optional property `updated_at_human` from the response with the `200` status
- **2026-03-29** `8ff40d443bb4` — 1 breaking, 1 warning, 30 info
  - removed the media type `application/json` for the response with the status `404`
  - removed the optional property `data` from the response with the `200` status
  - api operation id `getShipMatrixVehicle` removed and replaced with `e0523e99711c283e722b02838dcad21e`
  - api tag `Ship-Matrix` added
  - …28 more

[Change 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.dev/starcitizenwiki/apis/star-citizen-wiki-api/revisions/5cd81baa02cb?raw)
