Airline, Destination and ETA

I want to get flights in the air arriving at a particular airport and their ETA. I can get the first two using the Search method and I can get the ETA from other methods.

How would I go about getting all three? Do I need to query the ETA based on the results of my airline/destination search or can I combine methods in one query?

TIA,
Bruce

“Search” does not return the estimatedarrivaltime field. If you need that field, you must use “FlightInfoEx” as an additional call by passing it the faFlightID you need the details about.