Skip to main content

emptylegsquery

query {
aircraftAvailability {
emptyLegList(startTime: "2020-05-01") {
flightNo
startTimeUTC
startTimeLocal
endTimeUTC
endTimeLocal
flightNid
acft {
registration
acftType {
iCAO
name
}
paxCapacity
paxRange(pax_number: 5)
maxRangeWithNoPax
maxRangeWithMaxPax
}
startAirport {
code {
icao
iata
}
timezone {
name
}
country
city
timezoneOffset
}
endAirport {
code {
icao
iata
}
timezone {
name
}
country
city
timezoneOffset
}
dist

}
}