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}
Variable | Description | Format |
---|---|---|
{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
- Lufthansa Open API
- Getting Started
- Public API Method Details
- Flight Schedules
- Reference Data
- Offers
- Operations
- Flight Schedules
- Flight Status
- Flight Status by Route
- Flight Status at Arrival Airport
- Flight Status at Departure Airport
- Flight Status Response
- Customer Flight Information
- Customer Flight Information at Arrival Airport
- Customer Flight Information by Route
- Customer Flight Information at Departure Airport
- Customer Flight Information Response
- Notifications
- cargo
- Partner API Method Details
- FlightOps/Crew API Method Details