Flight Status

Retrieve the status of a specific flight on a given date. The available date range is from 7 days in the past until 5 days in the future. 

Request URI

Code snippet: Call

GET /operations/flightstatus/{flightNumber}/{date}
Variable Description Format
{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/flightstatus/LH200/2014-11-01

Response Structure

Please see Flight Status Response

Docs Navigation