How to find multiple flight status in single request

Hello!

I am new to FlightAware…

I like to check around 100 flight status in every 1 hr and try to check,

  1. Flight is still in air? If it is in Air then what will be estimated time of arrival?

  2. If flight is already landed then at what time it landed?

I have following values for my search.

  1. Origin
  2. Departure
  3. Flight ID

Please let me know what is best method for search so I can apply multiple flight id in single search?

I try to apply {in ident xxx yyy zzz} but it is return error…

Please suggest me.

Thanks,
Bhavesh

You should now be able to use:

qry = “{in ident {xxx yyy zzz}}”;

Let me know if that still isn’t working for you.

Thanks,
Jeff

Thanks Jeff for your support…

It’s working now…