I have a program which creates links to FlightAware flight history pages from flight info that I have.
I’ve figured out that the URL format is like this:
“https://flightaware.com/live/flight/{flightNumber}/history/{flightDate}/{utcTakeOffTime}/{departureAirport}/{arrivalAirport}”
Example:
“https://flightaware.com/live/flight/AAL2613/history/20180524/1953Z/KOMA/KDFW”
My question is, is there a way to use scheduled departure time rather than take off time? I have the scheduled departure time, but no idea how I would obtain the take off time. When I try using scheduled departure, I always get a “Not Found” page directing me to the most recent flight.