In-Game Ground Vehicles Overview
Alias for /api/vehicles scoped to ground vehicles (is_vehicle=true, is_gravlev=false, is_spaceship=false). Returns paginated in-game ground vehicles for the requested game version. Default includes: vehicle, gameVersion, manufacturer, shipMatrixVehicle.loaner, shipMatrixVehicle.skus.
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: Tumbril Land Systems
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: Nova
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: Ground
Partial match on vehicle role. (see GET /api/vehicles/filters for valid values). Example: Combat
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: 4250
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. Spaceship-only field; returns empty for ground vehicles. Example: 200
Numeric filter on maximum speed. Supports range operators. Spaceship-only field; returns empty for ground vehicles. Example: 1000
Numeric filter on armor health points. Supports range operators. Spaceship-only field; returns empty for ground vehicles. Example: 50000
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. Spaceship-only field; returns empty for ground vehicles. Example: 100
Numeric filter on infrared shield signature emission. Supports range operators. Spaceship-only field; returns empty for ground vehicles. Example: 100
Numeric filter on electromagnetic quantum signature emission. Supports range operators. Spaceship-only field; returns empty for ground vehicles. Example: 100
Numeric filter on electromagnetic shield signature emission. Supports range operators. Spaceship-only field; returns empty for ground vehicles. Example: 100
Response
List of Ground Vehicles