v1

latestOpenAPI 3.0.0MIT (code only)2026-07-1783284693.9 KB
Ship Matrix
Vehicles

Ship Matrix Vehicles Overview

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

get/api/shipmatrix/vehicles

Query parameters

pageinteger

Page number for pagination (starts at 1). Prefer using page[number] instead.

page[number]integer

Page number for pagination (starts at 1).

page[size]integer

Number of results per page. Maximum 200.

filter[manufacturer]string
Example:Anvil Aerospace

Exact match on manufacturer name (see GET /api/shipmatrix/vehicles/filters for valid values)

filter[size]string
Example:medium

Exact match on size slug (see GET /api/shipmatrix/vehicles/filters for valid values)

filter[type]string

Filter by vehicle type slug

filter[focus]string

Filter by vehicle focus slug (comma-separated for multiple)

filter[production_status]string

Filter by production status slug

filter[name]string
Example:Avenger

Partial match on vehicle name

sortstring
Example:-name

Sort field. Prefix with "-" for descending. Supported: id, chassis_id, name, msrp, updated_at, length, width, height, cargo_capacity, min_crew, max_crew, manufacturer, focus, type, size

Response

Paginated list of Ship Matrix Vehicles

Example response

{
  "meta": {
    "current_page": 1,
    "from": 1,
    "last_page": 5,
    "per_page": 30,
    "to": 30,
    "total": 150,
    "path": "https://api.star-citizen.wiki/api/vehicles"
  }
}