Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

The pilot's API key, obtained via POST /pilot/login or your OAuth flow. Send as Authorization: Bearer <api_key> on every authenticated request.

Response

Array of aircraft.

id
integer
required
code
string
required

ICAO type code.

Example:

"B738"

name
string
required
Example:

"Boeing 737-800"

registration
string
required
Example:

"VH-VYA"

maximum_passengers
integer
required

Sum of all passenger fare capacities on the subfleet.

Example:

174

maximum_cargo
integer
required

Subfleet cargo capacity in the VA's configured weight unit.

Example:

5000

minimum_rank
string
required

Lowest-hours rank gated to this subfleet, or empty string if no rank restriction.

Example:

"Second Officer"