Skip to main content

flightsWithJL

query {
flightList(filter: {
timeInterval: {
start: "2020-03-14"
end: "2020-03-20"
}
flightStatus: CONFIRMED
}) {
flightNid
status
startTimeUTC
startTimeLocal
startTime
endTime
endTimeUTC
endTimeLocal
startAirport {
code {
icao
iata
}
longitudeDec
latitudeDec
name
city
country
}
endAirport {
code {
icao
iata
}

longitudeDec
latitudeDec
name
city
country
}
acft {
registration
acftType {
iCAO
iATA
}
}
dist
flightRules
icaoType
isCommercial
isCnl
passengerList {
count
}
crewList {
contact {
name
surname
personCode
}
position {
name
posType
}
}
journeyLog {
blockFuel
usedFuel
remainingFuel
taxiFuel
refuel
fuelUnit
weightUnit
bag
cargo
atd
ata
nightTime
paxCount
paxMaleCount
paxFemaleCount
paxChildCount
paxInfantCount
startTime
endTime
distance
flightLog
startAirport {
code {
icao
iata
}
name
country
}
endAirport {
code {
icao
iata
}
name
country
}
landingCount

}
}
}