Airlines on Route
API Reference
Airlines on Route
Get all airlines operating a route with their individual risk scores.
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
IATA code of the departure airport (e.g.
FCO, LHR, JFK).IATA code of the arrival airport.
Your API key.
Response
IATA code of the departure airport.
IATA code of the arrival airport.
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.