FlightLabs API - Future Schedules API

Flight Schedules API.


The API is capable of tracking flights and retrieving flight status information in real-time. In order to look up real-time information about one or multiple flights, you can use the API's flights endpoint together with optional parameters to filter your result set.

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.

Airline IATA code.

Airline ICAO code.

Flight IATA code.

Flight ICAO code.

Limit number of flights returned.

Records to skip for pagination.

Test In Postman

API Response Objects

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

Field Description
airline_iata Airline IATA code.
airline_icao Airline ICAO code.
flight_iata Flight IATA code-number.
flight_icao Flight ICAO code-number.
flight_number Flight number only.
dep_iata Departure airport IATA code.
dep_icao Departure airport ICAO code.
dep_terminal Departure terminal.
dep_gate Departure gate.
dep_time Departure time in the airport time zone.
dep_time_utc Departure time in UTC.
dep_estimated Estimated departure time in the airport time zone.
dep_estimated_utc Estimated departure time in UTC.
dep_actual Actual departure time in the airport time zone.
dep_actual_utc Actual departure time in UTC.
arr_actual Actual arrival time in the airport time zone.
arr_actual_utc Actual arrival time in UTC.
arr_iata Arrival airport IATA code.
arr_icao Arrival airport ICAO code.
arr_terminal Arrival terminal.
arr_gate Arrival gate.
arr_baggage Baggage claim area.
arr_time Arrival time in the airport time zone.
arr_time_utc Arrival time in UTC.
arr_estimated Estimated arrival time in the airport time zone.
arr_estimated_utc Estimated arrival time in UTC.
cs_airline_iata Codeshare airline IATA code.
cs_flight_number Codeshare flight number.
cs_flight_iata Codeshare flight IATA code-number.
status Flight status: scheduled, cancelled, active, landed.
duration Estimated flight time in minutes.
delayed (Deprecated) Estimated total delay in minutes.
dep_delayed Estimated departure delay in minutes.
arr_delayed Estimated arrival delay in minutes.
aircraft_icao Aircraft ICAO type code.
arr_time_ts Arrival UNIX timestamp.
dep_time_ts Departure UNIX timestamp.
arr_estimated_ts Estimated arrival UNIX timestamp.
dep_estimated_ts Estimated departure UNIX timestamp.
arr_actual_ts Actual arrival UNIX timestamp.
dep_actual_ts Actual departure UNIX timestamp.
limit Max results per page (when pagination is used).
skip Records skipped for pagination (when limit is used).
total_items Total matching records (when limit is used).
has_more Whether more pages are available (when limit is used).