FlightInfoStatus with query over list of idents

Hi everybody,

I would like to know if it is possible to get information from N idents in only one request, because I need to update a list of random flights and I have to make N requests (one foreach ident) to FlightInfoStatus.

Anyone knows any other possibility of doing that?

Thanks!

When you have a list of distinct idents each one will require it’s own FlightInfoStatus request.

However, if this list happens to consistently be flights between a pair of airports then FindFlight may allow you to retrieve multiple flights in single request. However, for busy airports it’s likely that there may be too many other flights that occupy the results.