• Register

Customer Flight Information

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