Flight "status" possible result values from API

Hi,

with the status string value in the flights API endpoint response array

get /flights/{ident}

is it possible to get a list of ALL possible values in a list, eg. “En Route and On Time”, etc… ?

flights* [{
   status*: string - Human-readable summary of flight
}]

Thanks

I would also be interested.

So far i know the following:

Scheduled
Landed / Taxiing
Arrived / Gate Arrival
Arrived / Delayed
Cancelled

Please can someone provide at least all english results for which status strings are possible?

We don’t have a comprehensive list because the status strings are not intended to be machine-parsed, and are only intended for human consumption. They are dynamically generated by layers of data that can contain numerical values in them for relative times (delay amounts or parking age), subject to account privileges. And they are subject to localization, so they will vary depending on the language selected by your account.