Hello,
I’ve got an app that uses the https://flightxml.flightaware.com/ URL to retrieve flights for a single aircraft. The cron job that runs this stopped returning data on 4/14 of this year. I can see that there have been a bunch of flights between then and now, but I receive the result {"error":"NO_DATA no data available"}
.
I can reproduce this issue by running the curl call:
curl --user myuser:mykey "https://flightxml.flightaware.com/json/FlightXML2/FlightInfoEx?ident=N1RJ" -v
Is there an issue with my account that I don’t see, or is there something with the way I’m calling the API that has changed?
Thank you,
Adam