Pull all arrival flight to Bangkok for next 6 months

Hi Everyone,

How do i pull all scheduled arrival flight to Bangkok for next 6 months?

Understand through AirlineFlightSchedules API, you can only set the start_date/end_date flight departure.
But however, how can i do as such that i can retrieve flights based on the arrival date itself

Regards,
Zhiwei

Retrieving flights by arrival time is not supported in AirlineFlightSchedules. In this case searching by approximate departure time and then using some application side verification of the arrival times will be needed to make sure the time is in the desired window.