In-Game Gravlev Vehicles Overview
Alias for /api/vehicles scoped to gravlev vehicles (is_gravlev=true). Returns paginated in-game gravlev vehicles for the requested game version. Default includes: vehicle, gameVersion, manufacturer, shipMatrixVehicle.loaner, shipMatrixVehicle.skus.
Query parameters
Page number for pagination (starts at 1).
Page number for pagination (starts at 1).
Number of results to return per page.
Comma-separated list of relationships to include (e.g. manufacturer,translations).
Game version to get data from, if omitted uses default version.
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)
Alias for filter[manufacturer].
Partial match on vehicle class name.
Partial match on vehicle display name.
Search vehicles by name or class name.
Exact match on vehicle size (1-6).
Alias for filter[size].
Partial match on vehicle career. (see GET /api/vehicles/filters for valid values)
Partial match on vehicle role. (see GET /api/vehicles/filters for valid values)
Filter to ground vehicles only.
Filter to gravlev vehicles only.
Filter to spaceships only.
Numeric filter on total mass (kg). Supports range operators.
Numeric filter on cargo capacity (SCU). Supports range operators.
Numeric filter on vehicle inventory/stowage capacity. Supports range operators.
Numeric filter on minimum crew count. Supports range operators.
Numeric filter on vehicle health points. Supports range operators.
Numeric filter on total shield hit points. Supports range operators.
Shield face type. (see GET /api/vehicles/filters for valid values)
Numeric filter on SCM speed. Supports range operators.
Numeric filter on maximum speed. Supports range operators.
Numeric filter on armor health points. Supports range operators.
Numeric filter on cross-section length (X axis). Supports range operators.
Numeric filter on cross-section width (Y axis). Supports range operators.
Numeric filter on cross-section height (Z axis). Supports range operators.
Numeric filter on infrared quantum signature emission. Supports range operators.
Numeric filter on infrared shield signature emission. Supports range operators.
Numeric filter on electromagnetic quantum signature emission. Supports range operators.
Numeric filter on electromagnetic shield signature emission. Supports range operators.
Response
List of Gravlev Vehicles