Hi,
Why flight “EZS1334-1540274457-fa-0984” is not found is the following AirlineFlightSchedules query?
{
"AirlineFlightSchedulesResult": {
"next_offset": -1,
"data": []
}
}
It is found in the FlightInfoEx query: http://flightxml.flightaware.com/json/FlightXML2/FlightInfoEx?ident=EZS1334
...
{
"faFlightID": "EZS1334-1540274457-fa-0984",
"ident": "EZS1334",
"aircrafttype": "A319",
"filed_ete": "01:25:00",
"filed_time": 1540274457,
"filed_departuretime": 1540388400,
"filed_airspeed_kts": 385,
"filed_airspeed_mach": "",
"filed_altitude": 0,
"route": "",
"actualdeparturetime": 0,
"estimatedarrivaltime": 1540393500,
"actualarrivaltime": 0,
"diverted": "",
"origin": "LHBP",
"destination": "LSGG",
"originName": "Int'l de Budapest-Ferihegy",
"originCity": "Budapest",
"destinationName": "Int'l de Genève",
"destinationCity": "Genève CH"
},
...
Regards