hello there!
there is any endpoint where I can get data from future flights more than two days in the future?
something like /flights/{ident} but for scheduled flights? I can not find the endpoint on the documentation. Thanks
Yes, the GET /schedules/{date_start}/{date_end} endpoint will return scheduled flights that have been published by airlines. These schedules are available for up to 12 months in the future and 3 months in the past. You will find it in the documentation down at the very bottom, in the Miscellaneous section.
1 Like
The scheduled flights API should be expanded. It’s far too popular a feature to be in the miscellaneous section.
2 Likes
Yes thanks but this “miscellaneous” endpoint does not have the info as before with the timezones, name of airports and distances. Now to get this info we need to run other 2 different requests
1 Like