Querying FlightInfoEx
with registration XU-723
provides resulting error WebFault: Server raised fault: 'NO_DATA no data available'
When searching through the website it provides the below table…what am I missing?
I have no issues with the API, I’m able to pull flights for other aircraft.
That flight must be queried by the identifier that it actually operated as, not the aircraft registration.
For example, this works fine to retrieve that flight:
https://flightxml.flightaware.com/json/FlightXML2/FlightInfoEx?ident=SWM1979
{"FlightInfoExResult":{"next_offset":-1,"flights":[{"faFlightID":"SWM1979-1631085330-adhoc-0","ident":"SWM1979","aircrafttype":"","filed_ete":"","filed_time":1631085330,"filed_departuretime":1631085330,"filed_airspeed_kts":0,"filed_airspeed_mach":"","filed_altitude":0,"route":"","actualdeparturetime":1631085330,"estimatedarrivaltime":1631087035,"actualarrivaltime":1631085330,"diverted":"","origin":"L 10.61183 103.65473","destination":"VDPP","originName":"Phnom Penh","originCity":"Phnom Penh","destinationName":"Phnom Penh Int'l (Pochentong Int'l)","destinationCity":"Phnom Penh"}]}}
Many thanks for the quick response!
For my purpose, i need to keep pulling all relevant flights associated with this REG. Can you advise how this would be performed?
It’s working with no issues for other aircraft where I’m using its REG.