flag for flight status

Hi,

Is there any method in the API to determine flight status by flight ident…? flight arrived/cancelled/delayed/departed…?

Thanks,

If the actualdeparturetime or actualarrivaltime is -1 then the flight is cancelled.

If the actualarrivaltime is non-zero, then it has arrived.

If the actualdeparturetime is non-zero, then it has departed.

You can compare the actualdeparturetime with the filed_departuretime to determine if it departed late.