New here so please excuse my ignorance if this has already been addressed.
For my app, I can use
/history/airports/{id}/flights/departures
To get departures from a specific airport on a specific date in the past but it has to be at least 15 days or prior in the past.
And I can use
/airports/{id}/flights/departures
Which allows me to do the above up to 10 days in the past.
But what about the 4 days in between? Is there no way to get departures data for a specific airport if the date falls in that 4 window (10-15 days in the past)?
Thanks!