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"
}
}Changes
Changed in 6 of the 50 revisions of this API.2725
- ○
added the optional property
data/items/skus/items/cig_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/skus/items/discounted_priceto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/skus/items/is_packageto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/skus/items/is_warbondto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/skus/items/sourceto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/skus/items/urlto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
data/items/description/frto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/foci/items/frto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/production_note/frto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/production_status/frto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/size/frto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/type/frto the response with the200statusresponse-optional-property-added
- ○
- ▲
the response's body type/format changed from
array/toobject/for status200response-body-type-changed
- ○
api operation id
3222e355ea1183c3b381f5e039cdfe45removed and replaced withlistShipMatrixVehiclesapi-operation-id-removed
- ○
api tag
Ship Matrixaddedapi-tag-added
- ○
api tag
Ship-Matrixremovedapi-tag-removed
- ○
added the optional property
datato the response with the200statusresponse-optional-property-added
- ○
added the optional property
linksto the response with the200statusresponse-optional-property-added
- ○
added the optional property
metato the response with the200statusresponse-optional-property-added
- ▲
- ○
added the optional property
items/loaner/items/slugto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/loaner/items/uuidto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
items/healthfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/updated_at_humanfrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional
queryrequest parameterfilter[name]new-optional-request-parameter
- ○
added the new optional
queryrequest parametersortnew-optional-request-parameter
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the response's body type/format changed from
object/toarray/for status200response-body-type-changed
- ●
deleted the
queryrequest parameterfilter[name]request-parameter-removed
- ●
deleted the
queryrequest parametersortrequest-parameter-removed
- ●
removed the optional property
datafrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
linksfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
metafrom the response with the200statusresponse-optional-property-removed
- ○
api operation id
listShipMatrixVehiclesremoved and replaced with3222e355ea1183c3b381f5e039cdfe45api-operation-id-removed
- ○
api tag
Ship-Matrixaddedapi-tag-added
- ○
api tag
Ship Matrixremovedapi-tag-removed
This revision also has 95 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲