Hello, I’m calling the AirlineFlightSchedules endpoint to retrieve historic flights information for commercial flights, but since that endpoint doesn’t retrieve non-commercial flights now I’m trying to retrieve that information calling the “scheduled”, “arrived” and “departed” endpoints.
But those last 3 endpoints only retrieve information within the last 24hs. and I would like to search for historic data too (like flights from one month ago).
Do you know if there is any way to get that information about non-commercial flights calling any of the AeroAPI endpoints?
Thank you very much