Method to use to get the flight details by flight id

What method should be used to get flight details such as Flight Type, Route, Transit time, Connections, Stops, Change of carrier, equipment etc.
I tried with /flights/{ident} but didn’t get the details which I am expecting.

1 Like

We don’t have a command in AeroAPI that can pull change of carrier, connections, stops, or on-board equipment. The way we handle multi-leg flights is to separate the flights into two separate ones completely rather than keeping them the same flight. I believe /flights/{ident} is going to be your best option as it gives you most of the data you are looking for if it is available.

OK, Thanku for your reply.

Can we get the flight name eg: AI 111 or AirIndia 111 like this in any of the flightaware commands