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