Skip to main content
GET
Airlines on Route

Overview

Returns a list of all airlines that operate a given route, each with their own Risk Score and historical delay statistics. Useful for comparing carriers before booking.

Request

string
required
IATA code of the departure airport (e.g. FCO, LHR, JFK).
string
required
IATA code of the arrival airport.
string
required
Your API key.

Response

string
IATA code of the departure airport.
string
IATA code of the arrival airport.
array
List of airlines operating the route, sorted by score ascending (lowest risk first).

Example

Response
Airlines are sorted by score ascending — the lowest-risk carrier appears first. Use this endpoint to power a “best airline” recommendation feature.