Skip to main content

Data Content

Spire’s Flight Report pulls key observed insights from the positional Tracking Stream API and enriches these with flight and aircraft information to deliver a concise, one-row-per-flight structure in csv format.

Developed specifically as a light and accessible dataset, the Flight Report in csv is designed to deliver all the key insights for each flight tracked by ADS-B globally. The Flight Report benefits from extensive development to Spire Aviation’s flight detection algorithm to produce a rich combination of ADS-B observations and also flight, aircraft, airline, airport, schedule and actual observed metadata in just one row.

Contents#

ADS-B position information#

The fields in this table are taken directly from ADS-B messages:

FieldTypeDescriptionExample
datestringDate the flight started in UTC2023-02-02
callsignstringCall signSWA9002
icao_addressstringHexadecimal representation of ICAO 24-bit addressABD994

Spire target update metadata#

The below fields provide additional information regarding the ADS-B messages received from each flight:

FieldTypeDescriptionExample
flight_idIDUnique internal flight identifier9bfe2152-471a-402d-9c07-07b2da25649c
observation_starttimestampFlight start time based on best available ADS-B data.2023-02-02 14:45:00 UTC
observation_endtimestampFlight end time based on best available ADS-B data.2023-02-02 18:00:00 UTC

Aircraft Information#

The following fields are enhanced data and may be present in the record depending on availability:

FieldTypeDescriptionExample
ac_type_icaostringAircraft type (ICAO code)B738
ac_type_namestringAircraft type nameBoeing 737-8H4
ac_rolestringAircraft rolePAX
tail_numberstringAircraft RegistrationN8627B
airline_icaostringAirline ICAO codeSWA
airline_iatastringAirline IATA codeWN
airline_namestringAirline commercial nameSouthwest Airlines

Flight Information#

The following fields are enhanced data and may be present in the record depending on availability:

FieldTypeDescriptionExample
flight_numberstringFlight number (IATA format)WN9002
departure_airport_icaostringDeparture airport ICAO codeKRSW
arrival_airport_icaostringArrival airport ICAO codeKMDW
departure_airport_iatastringDeparture airport IATA codeRSW
arrival_airport_iatastringArrival airport IATA codeMDW
departure_airport_countrystringISO country code on departureUS
arrival_airport_countrystringISO country code on arrivalUS
departure_scheduled_timetimestampScheduled departure time2023-02-02 15:00:00 UTC
departure_utc_offsetstringDeparture airport timezone offset from UTC-0500
arrival_scheduled_timetimestampScheduled arrival time2023-02-02 17:40:00 UTC
arrival_utc_offsetstringArrival airport timezone offset from UTC-0600

Flight Analytics#

The following fields are enhanced data and may be present in the record depending on availability:

FieldTypeDescriptionExample
takeoff_timetimestampActual time of takeoff2023-02-02 15:10:00 UTC
landing_timetimestampActual time of landing2023-02-02 17:42:00 UTC

Sample#

dateflight_idcallsignflight_numbericao_addressaircraft_type_icaoaircraft_type_nameaircraft_roletail_numberairline_icaoairline_iataairline_nameorigin_airport_icaodestination_airport_icaoorigin_airport_iatadestination_airport_iataorigin_airport_countrydestination_airport_countrydeparture_scheduled_timedeparture_utc_offsetarrival_scheduled_timearrival_utc_offsettakeoff_timelanding_time
01/07/2022255b9c91-b32c-4485-a020-f927e2e1f5deAAL2500AA2500ACE5BCA321Airbus A321-231PAXN930AUAALAAAmerican AirlinesMKJSKDFWMBJDFWUSUS2022-07-01 15:17:00 UTC-5.02022-07-01 19:13:00 UTC-6.02022-07-01 15:31:00 UTC2022-07-01 18:55:00 UTC
01/07/2022a8d7a53e-c997-4c17-bc66-049186acd13aDLH33KLH11143C6542A20NAirbus A320-271NPAXD-AIJBDLHLHLufthansaEDDFLEMDFRAMADDEES2022-07-01 11:20:00 UTC1.02022-07-01 13:55:00 UTC1.02022-07-01 13:50:00 UTC2022-07-01 15:45:00 UTC
scroll >> to view full sample >>