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

---

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