Missed flight in your API

Hi,

We issued with the problem while using your API.

On the website we can see flight VKO – AYT TK212 for yesterday gyazo.com/a1f2031e273f51b28e5fa4ffae1b8d3a

But when we try to get this flight with the API provided by you:

flightxml.flightaware.com/json/F … nation=AYT

{“AirlineFlightSchedulesResult” : {“next_offset”:-1,“data”:]}}

Can you solve this?

You will need to ensure that your start and end times are wider in order to receive the result. Do not depend on the server-side time ranges to precisely match the flight you are interested in, and instead widen the window and perform your own app-side matching/filtering on the results.

flightxml.flightaware.com/json/ … nation=AYT


{"AirlineFlightSchedulesResult":{"next_offset":-1,"data":{"ident":"THY212","actual_ident":"","departuretime":1477611900,"arrivaltime":1477624500,"origin":"UUWW","destination":"LTAI","aircrafttype":"A321","meal_service":"Business: Meal / Economy: Meal","seats_cabin_first":0,"seats_cabin_business":20,"seats_cabin_coach":158},{"ident":"THY212","actual_ident":"","departuretime":1477698300,"arrivaltime":1477710900,"origin":"UUWW","destination":"LTAI","aircrafttype":"A321","meal_service":"Business: Meal / Economy: Meal","seats_cabin_first":0,"seats_cabin_business":20,"seats_cabin_coach":158}]}}