Get all flight numbers with severe delays or cancelled filtered by country and date

Hi,

I am reading the API documentation and I’m not being able to find away with the given functions to get a list of delayed (ideally specifying more than 2 hours) and cancelled flights in a given region (could be specified by airport or country) on a given date.

Is there any way to get such a list from the API?

Thanks a lot for your help.

The function FlightCancellationStatistics can provide lists of cancelled flights.

For determining delayed flights, you can try the AirportDelays function instead.

Note that both of these functions are in FlightXML 3 beta.