AirlineFlightSchedules arrival date

Hi everyone,

I am using AirlineFlightSchedules to show the arrival time for an airport by date.
The problem is that the request for the date is by the departure date instead of the arrival date.

also the JSON is not sorted by the date and time arrival.

is there any solution for this issue?

thanks

There currently is no way to sort by the arrivaltime and startDate and endDate are filters on the departuretime as you noticed. To see what aircraft will be arriving in the next 24 hours you would have to select an earlier departuretime and then sort/filter the results by arrivaltime in your application.