In-Game Vehicles Overview
Returns paginated in-game vehicles for the requested game version. Default includes: vehicle, gameVersion, manufacturer, shipMatrixVehicle.loaner, shipMatrixVehicle.skus. Optional includes: shipMatrixVehicle, components, shipmatrixvehicle.components, hardpoints, ports.
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.
Comma-separated list of relationships to include. Available includes vary per endpoint, see each endpoint's description for supported values.
Game version code to scope results to. Omit to use the current default version. Use GET /api/game-versions to list available versions and GET /api/game-versions/default to discover the default.
Sort field. Prefix with "-" for descending. Examples: name, -size, manufacturer.name, cargo_capacity, -speed.scm, shield.face_type. Use comma for multiple: size,-cargo_capacity
Manufacturer name or code. Accepts comma-separated values for OR matching. (see GET /api/vehicles/filters for valid values). Example: Aegis Dynamics
Alias for filter[manufacturer]. Example: Anvil Aerospace
Partial match on vehicle class name. Example: TMBL_Nova
Partial match on vehicle display name. Example: Nova
Search vehicles by name or class name. Example: Carrack
Exact match on vehicle size (1-6). Example: 3
Alias for filter[size]. Example: 3
Partial match on vehicle career. (see GET /api/vehicles/filters for valid values). Example: Exploration
Partial match on vehicle role. (see GET /api/vehicles/filters for valid values). Example: Racing
Filter to ground vehicles only.
Filter to gravlev vehicles only.
Filter to spaceships only.
Numeric filter on total mass (kg). Supports range operators. Example: 1521
Numeric filter on cargo capacity (SCU). Supports range operators. Example: 1
Numeric filter on vehicle inventory/stowage capacity. Supports range operators. Example: 0.13
Numeric filter on minimum crew count. Supports range operators. Example: 2
Numeric filter on vehicle health points. Supports range operators. Example: 1550
Numeric filter on total shield hit points. Supports range operators. Example: 720
Shield face type. (see GET /api/vehicles/filters for valid values). Example: Bubble
Numeric filter on SCM speed. Supports range operators. Example: 220
Numeric filter on maximum speed. Supports range operators. Example: 1150
Numeric filter on armor health points. Supports range operators. Example: 10890
Numeric filter on cross-section length (X axis). Supports range operators. Example: 100
Numeric filter on cross-section width (Y axis). Supports range operators. Example: 50
Numeric filter on cross-section height (Z axis). Supports range operators. Example: 30
Numeric filter on infrared quantum signature emission. Supports range operators. Example: 10882
Numeric filter on infrared shield signature emission. Supports range operators. Example: 10267
Numeric filter on electromagnetic quantum signature emission. Supports range operators. Example: 53959
Numeric filter on electromagnetic shield signature emission. Supports range operators. Example: 17643
Response
List of Vehicles