Which API is use to get all flight number?

Hi,

i am trying to get all flight number using airports name based on Arrival.

can you help me?

Thanks

For FlightXML 2, retrieving a list of arrived flights over the last 24 hours for a given airport can be accomplished by using the Arrived query.

This can also be done in FlightXML 3 using AirportBoards with the type: arrivals input.

Is this possible but for future dates? In my case I’m looking to get all arrivals to a specific airport but for a date in the future (to plan/offer transportation between airport and hotel). We want to ask the user’s flght number, but instead of typing it, we want to show the user the scheduled flights.

Is this possible?