FlightLabs API - Flights with CallSign API

Flights with CallSign API


Receive all the flights in the course right now. Receive IATA codes, current position, speed, heading, departure and arrival airports, and callsign.

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.

Callsign of an aircraft currently in the live feed (changes in real time).

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.