AirlineFlightSchedules

I’m i’m looking for flight scheduled between from and to airport. Is there a option for next 24hrs what are all the flight are scheduled between form and to airport code?

Also, can you share the sample data to key to this Function Airline Flight Schedules API ? Not clear with the data type & formatting info for date data type.

You can use the AirlineFlightSchedules method to achieve that. You would just need to specify the 24 hour window with your startDate and endDate, then specify an origin and destination. The dates will need to be converted to a Unix epoch timestamp in your query. flightaware.com/commercial/flig … tSchedules

Here is an example of the request parameters for flights schedules between Houston Hobby (KHOU) and Dallas Love (KDAL) over the next 24 hours:

startDate=1488820040
endDate=1488906440
origin=KHOU
destination=KDAL