XML2.0 Search for flight help needed

Hi,
few questions I was not able to find the answer in the documentation.

  1. Which method to use for retrieving the flightid having only the flightnumber and the date but not the time?
  2. How much time in the past the above method can search?
  3. The GetHistoricalTrack method how much time in the past can search?

Thank you in advance for your help.
Best regards

For most commercial carriers the AirlineFlightSchedules query could be used to get more precise information about the flight with only a flight number and approximate times known so long as the anticipated departure time is between the supplied startDate and endDate.

FlightXML requests, like this one, will normally work for up to two weeks of recent history unless otherwise stated.

Using the ident@departuretime found in schedules as the faFlightID in GetHistoricalTrack will allow you to get the results still. There’s no implied limit to how far back this method can search. However, there is also no garuntee a flight in a historical schedule actually occurred. A “flight not found” error may occur in the case of a cancelled flight. This could be checked by providing the same ident@departuretime to FlightInfoEx so long as the flight is less than two weeks old.

Hi dogrock,

Thank you very much for your clarifications.

Indeed I see some inconsistency between AirlineFlightSchedules and GetHistoricalTrack. How I can use GetHistoricalTrack for searching old flights (for e.g. up to 6 months old) if I’m not able to retrieve the exact departuretime from the other “search family” APIs for those old flights?

In our case not always the airlines send us the exact time of departure, many times we have only flight number and date of departure, not the time.

Would be possible to extend the
AirlineFlightSchedules
to look back for the same period of time of the GetHistoricalTrack?

Thank you again.