Flight number finder

Hello,

There is a section in your web site “Forgot the flight number”. I would like to implement the same functionality on my website. Do FlightXML provide necessary data for implementation of this specific functionality? Also which FlightXML Data Class would be best fit to use for this purpose?

Not an expert but for v2, I image you could use

AirlineFlightSchedules

but to get the ICAO of the origin and destination you could use

AllAirports

to get all the codes and then run those through

AirportInfo

to get the city state and description. Then they could enter the date they are traveling and the to and from.