v1
latestOpenAPI 3.1.02026-07-22162733.8 KBReference Data
Fleet list
Every aircraft visible to pilots, including passenger and cargo capacity and the minimum rank required to fly each one. The client uses id to associate bids and flights with a specific airframe.
get/data/aircraft
Response
Array of aircraft.
Example response
[
{
"code": "B738",
"name": "Boeing 737-800",
"registration": "VH-VYA",
"maximum_passengers": 174,
"maximum_cargo": 5000,
"minimum_rank": "Second Officer"
}
]