Customer Flight Information

IMPORTANT !! This API will be disabled be end of November 2026. No replacement API will be publicly published, if you would like to access this specific data please get in touch with us.

 

Retrieve the status of a specific flight on a given date.

Request URI

Code snippet: Call

GET /operations/customerflightinformation/{flightNumber}/{date}
VariableDescriptionFormat
{flightNumber} Flight identification. 2 letter IATA airline code + flight number
{date} Departure date in the local time of the departure airport. 
Supported range: yesterday until 5 days in the future.
yyyy-MM-dd

Example Request

Code snippet: Call

GET operations/customerflightinformation/LH200/2018-12-01

Response Structure

Please see Flight Information Response

Open API Specification

CustomerFlightInformation.json

Docs Navigation