Listing cancelled flights

Greetings

How do I get a list of scheduled flights at an airport that have been cancelled?

The API routes arrivals and scheduled_arrivals seem to exclude these flights. For example: This flight is cancelled on 07-12-2023 can doesn’t how in either API route.

Kind regards, Robert

Failing information on this - perhaps someone knows an API that provides the reliable cancellation information?

You can probably use advanced search: AeroAPI Developer Portal - FlightAware

with a query of something like {orig_or_dest {KLAX KBUR KSNA KLGB}} {true cancelled}

Note that it will only match flights within the most recent 24 hours.

Thanks, that’s helpful.