We are trying to figure out the gaps between flights we can find on the website versus flights returned via the API endpoint AirlineFlightSchedules.
An example of a flight we cannot find via the API is:
https://flightaware.com/live/flight/AWI772/history/20200213/2005Z/KORD/KHPN
Sample endpoint data is
AirlineFlightSchedules?startDate=1581624000&endDate=1581627600&origin=KORD&flightno=772
Which returns:
{
“AirlineFlightSchedulesResult”: {
“next_offset”: -1,
“data”:
}
}
Is this an issue with the Airline not updating their schedule?