FlightLabs API - Flight Data by Date

Flight Data by Date


This endpoint is capable of bringing real-time information about a specific flight in the world and retrieving flight status information in real time. Note that the date range must not span more than 14 days per API call.

Example API Request:

Use Edit parameters to customize the call, then run it and review the live response below.

Edit the parameters below. The example request updates as you type.

Search mode (e.g. number).

Flight number.

Start date of the range.

End date of the range.

Test In Postman

API Response Objects

Each item in the response data array includes the following fields.

Field Description
greatCircleDistance Object containing distance information in various units (e.g., meters, kilometers, miles, nautical miles, feet).
departure Object containing departure details, including airport information, scheduled/revised/runway times, terminal, check-in desk, gate, and quality indicators.
arrival Object containing arrival details, including airport information, scheduled/revised times, terminal, gate, and quality indicators.
lastUpdatedUtc UTC timestamp of the last update for the flight information.
number Flight number (e.g., "LH 811").
callSign Flight call sign (e.g., "DLH811").
status Current flight status (e.g., "Arrived").
codeshareStatus Indicates codeshare status (e.g., "IsOperator").
isCargo Boolean indicating whether the flight is a cargo flight.
aircraft Object containing aircraft details, including registration, modeS code, and model (e.g., "Airbus A320 NEO").
airline Object containing airline details, including name, IATA, and ICAO codes (e.g., "Lufthansa").