FlightLabs API - Flights by Airline API

Flights by Airline API


Get all the active flights based on the ICAO code of any airline.

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.

Airline ICAO code.

Test In Postman

API Response Objects

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

Field Description
id Unique flight identifier in the response.
icao_24bit ICAO 24-bit address of the aircraft.
latitude Aircraft latitude.
longitude Aircraft longitude.
heading Heading direction in degrees.
altitude Altitude above ground in meters.
ground_speed Ground speed in knots.
squawk Squawk transponder code used by ATC.
aircraft_code Aircraft type ICAO designator.
registration Aircraft registration number.
time UNIX timestamp when the position was recorded.
origin_airport_iata Departure airport IATA code.
destination_airport_iata Arrival airport IATA code.
number Flight number.
airline_iata Airline IATA code.
on_ground 0 if airborne, 1 if on the ground.
vertical_speed Vertical speed in knots.
callsign Flight callsign.
airline_icao Airline ICAO code.