Customer Flight Information at Departure Airport

Retrieve the status of all flights departing from a specific airport within a given time range. 

Request URI

Code snippet: Call

GET /operations/customerflightinformation/departures/{airportCode}/{fromDateTime}
VariableDescriptionFormat
{airportCode} Retrieve the status of flights departing this airport. 3 letter IATA airport code, e.g. “FRA”
{fromDateTime} Retrieve flights departing after this time. yyyy-MM-ddTHH:mm
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/departures/FRA/2018-12-20T08:00

Response Structure

Please see Flight Information Response

Docs Navigation