In-Game
Vehicles
Search

In-Game Ground Vehicle Search (Deprecated)

Deprecated. Use GET /api/ground-vehicles?filter[name]={value} instead. Scoped to ground vehicles.

post/api/ground-vehicles/search

Query parameters

pageinteger

Page number for pagination (starts at 1).

page[number]integer

Page number for pagination (starts at 1).

page[size]integer

Number of results to return per page.

Request body

object required

Response

List of matching Ground Vehicles

uuidstring

Unique vehicle identifier.

namestring

Display name of the vehicle.

game_namestring nullable

Internal game class name.

slugstring

URL-friendly vehicle identifier.

class_namestring

class name.

size_classinteger nullable

Vehicle size classification (1–6).

massnumber nullable

Deprecated, use mass_total instead. Mass is equal to mass_hull.

mass_hullnumber nullable

Hull mass without loadout in kg.

mass_loadoutnumber nullable

Equipped loadout mass in kg.

mass_totalnumber nullable

Total mass (hull + loadout) in kg.

cargo_capacitynumber nullable

Cargo capacity in SCU.

vehicle_inventorynumber nullable

Vehicle stowage in micro SCU

is_vehicleboolean nullable
is_gravlevboolean nullable
is_spaceshipboolean nullable
healthnumber nullable

Total vehicle health pool.

shield_hpnumber nullable

Use shield.hp property instead.

shield_face_typestring nullable

Use shield.face_type property instead.

cross_section_maxnumber nullable

Derived: maximum cross-section dimension (max of x, y, z)

power_poolsobject nullable

Power pool allocation limits by component type. Size of -1 indicates unlimited pool.

careerstring nullable

Primary career classification (see GET /api/vehicles/filters for valid values).

rolestring nullable

Specific role within the career (see GET /api/vehicles/filters for valid values).

web_urlstring nullable
linkstring
idinteger nullable

Ship-Matrix CIG ID

chassis_idinteger nullable

Ship-Matrix chassis ID

shipmatrix_namestring nullable

Ship-Matrix vehicle name

msrpnumber nullable

Ship-Matrix MSRP in USD

pledge_urlstring nullable

Link to RSI pledge store

updated_atstring

Timestamp of last data update.

versionstring

Game version code this data applies to.

Changes