Hi All,
I’m new to FlightXML but am really liking using it. We are working on a simple website that shows flight delays and FlightXML2 seems like a really good fit. I have an API call going to FlightInfoEx, which is great.
My question is using the data returned (e.g. below), how can I determine if the flight (that hasn’t departed yet) has been delayed, rescheduled or any other changes that affect its departure time, and also how long the delay is for (preferably in minutes).
Thanks very much for your help.
NOTE: This is NOT a delayed flight (QF140, flightaware page is here: flightaware.com/live/flight/QF140)
{
"faFlightID": "QFA140-1448381633-fds-0001",
"ident": "QFA140",
"aircrafttype": "B738",
"filed_ete": "03:03:00",
"filed_time": 1448381633,
"filed_departuretime": 1448384400,
"filed_airspeed_kts": 441,
"filed_airspeed_mach": "",
"filed_altitude": 360,
"route": "DCT PEBLU N759 SASRO M636 PLUGA DCT SHARK N774 TESAT",
"actualdeparturetime": 1448384940,
"estimatedarrivaltime": 1448396160,
"actualarrivaltime": 1448396007,
"diverted": "",
"origin": "NZAA",
"destination": "YSSY",
"originName": "Auckland",
"originCity": "Auckland NZ",
"destinationName": "Sydney",
"destinationCity": "Sydney, NSW AU"
}