Get final destination of flights

Hi there,

I was wondering if there is a way to get routes that are not just single flights, e.g. I want to get the combination of flights from Sydney to Athens, but using AirlineFlightSchedules it seems I can only get individual legs (e.g. SYD to KUL). Is this possible? If so how would I go about looking this up?

Thanks!

Query all the flights from Sydney for your time period, query all the flights to Athens for your time period, and then match them up where they connect.

For extra credit, take in to account flights marketed as “direct” (same airline and flight number), plausible connections (not too long, not too short) and partner/alliance airlines.

Thanks for the info :slight_smile: