AeroAPI v4: Scheduled Flights

Hello Team,

I am upgrading from v3 to v4. One of the endpoints we use to get future scheduled flights is “AirlineFlightSchedules” from v3. However, I can’t seem to find the equivalent endpoint in v4.

We use the endpoint to get all flights for a route, such as FLL - LGA and it would return all flights scheduled to depart on that future date from all airlines. We want to maintain our App’s functionality with the new v4 endpoint.

Any information on this? I really appreciate it.

GET /schedules/{date_start}/{date_end} is the direct replacement, it just happens to be at the bottom of the list on the documentation page.

GET /schedules/{date_start}/{date_end} is the direct replacement, it just happens to be at the bottom of the list on the documentation page.

:scream: I had seen this!! And totally missed it for some reason. Thank you so much.