FlightLabs API - Historical Flights API

Historical Flights API


Apart from providing data about real-time flight, the API's flights endpoint is also capable of looking up data about historical flights.

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.

Airport IATA code.

departure or arrival.

Search range start (local time).

Search range end (local time).

Filter by specific date (overrides date_from/date_to).

Departure airport filter when type is arrival.

Arrival airport filter when type is departure.

Airline IATA code filter.

Flight number filter.

Test In Postman

API Response Objects

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

Field Description
movement.airport.name The name of the airport.
movement.scheduledTime.utc The scheduled time in Coordinated Universal Time (UTC).
movement.scheduledTime.local The scheduled time in the local time zone.
movement.terminal The terminal of the flight.
movement.quality An array of quality characteristics of the data.
number The flight number.
status The status of the flight.
codeshareStatus The code-share status of the flight.
isCargo Indicates whether the flight is a cargo flight.
aircraft.model The model of the aircraft.
airline.name The name of the airline.
airline.iata The IATA code of the airline.
airline.icao The ICAO code of the airline.