Route by specific airline and aircraft type

Hi all,
I am new to FA xml and am I am looking for a way to show all routes from a certain airport by a certain airline by a specific type of aircraft. Is that possible?

I.e.
where airport=EPWA and airline=LOT and aircraft=B788

Just looking to find their B788 routes and destinations.

Any help appreciated!

Thank you,
Marek

Hi,

For FlightXML 3 please have a look at AirportBoards. For example, the following would list departures from EPWA under the airline LOT:

https://flightxml.flightaware.com/json/FlightXML3/AirportBoards?airport_code=EPWA&filter=airline:LOT&type=departures&howMany=15

The response will include both destination and aircraft type. This request isn’t able to filter by the aircraft type, but it should be enough to get started.

You could use either AirpotBoards as mentioned or AirlineFlightSchedules.

Resurrecting old post…

What if I am only looking for certain aircraft type, i.e. 788?

Hi,

Unfortunately there is not a way to filter by certain aircraft type for FlightXML3.

Taylor Fischer
Support Specialist

Toll Free: +1.800.713.8570
Support Line:+1.713.588.6514

Eleven Greenway Plaza, Suite 2900 - Houston, Texas - 70046
FlightAware
FlightAware


Learn about FlightAware Global and Premium Accounts: Commercial Services - FlightAware

I figured after looking through all of the options but wanted someone with more knowledge to verify. What I’m looking for is a more complex query than the API can provide.

Ultimately I was looking for: all flights from/to airport=X that are aircraft_type=Y and operator=Z