Customer Flight Information by Route

Retrieve the status of flights between two airports on a given date.

Request URI

Code snippet: Call

GET /operations/customerflightinformation/route/{origin}/{destination}/{date}
VariableDescriptionFormat
{origin} Departure airport.
3 letter IATA airport code, e.g. “FRA”
{destination} Arrival airport.
3 letter IATA airport code
{date} Departure date in the local time of the departure airport. 
Supported dates: yesterday until 5 days in the future.
yyyy-MM-dd
limit Query parameter: the number of items to return (page size) integer (max 100)
offset Query parameter: the index of the item with which this result set should begin integer

Example Request

Code snippet: Call

GET /operations/customerflightinformation/route/FRA/ZRH/2018-12-01

Response Structure

Please see Flight Information Response

Docs Navigation