Hi! Is it already possible to filter on aircraft type when using GET /airports/{id}/flights/arrivals operation?
You can probably do what you want with GET /flights/search/advanced
using a query
argument of something like:
{= dest KLAX} {aircraftType {B76* B77*}}
OK, will give it a try. Thanks for your quick feedback @bovineone