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.
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. |