Ship Matrix Vehicles Overview
Returns paginated Ship Matrix vehicles with optional filters. SKU variants and loaner vehicles are included by default.
Query parameters
Page number for pagination (starts at 1). Prefer using page[number] instead.
Page number for pagination (starts at 1).
Number of results per page. Maximum 200.
Exact match on manufacturer name (see GET /api/shipmatrix/vehicles/filters for valid values)
Exact match on size slug (see GET /api/shipmatrix/vehicles/filters for valid values)
Filter by vehicle type slug
Filter by vehicle focus slug (comma-separated for multiple)
Filter by production status slug
Partial match on vehicle 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"
}
}