Version 2 API Fields - ADS-B Exchange (2024)

This file contains readsb list of recently seen aircraft.

Status information:

  • msg: Shows if there is an error, default is “No error”.
  • now: The time this file was generated, in milliseconds since Jan 1 1970 00:00:00 GMT (the Unix epoch)
  • total: Total aircraft returned.
  • ctime: The time this file was cached, in seconds since Jan 1 1970 00:00:00 GMT (the Unix epoch).
  • ptime: The server processing time this request required in milliseconds.

For each aircraft object, the following are shown if available.

  • now: the time this file was generated, in seconds since Jan 1 1970 00:00:00 GMT (the Unix epoch).
  • messages: the total number of Mode S messages processed (arbitrary)
  • aircraft: an array of JSON objects, one per known aircraft. Each aircraft has the following keys. Keys will be omitted if data is not available.
    • hex: the 24-bit ICAO identifier of the aircraft, as 6 hex digits. The identifier may start with ‘~’, this means that the address is a non-ICAO address (e.g. from TIS-B).
  • r: aircraft registration pulled from database
  • t: aircraft type pulled from database
  • dbFlags: bitfield for certain database flags, below & must be a bitwise and … check the documentation for your programming language:
 military = dbFlags & 1; interesting = dbFlags & 2; PIA = dbFlags & 4; LADD = dbFlags & 8;
  • type: type of underlying messages / best source of current data for this position / aircraft: ( order of which data is preferentially used )
    • adsb_icao: messages from a Mode S or ADS-B transponder, using a 24-bit ICAO address
    • adsb_icao_nt: messages from an ADS-B equipped “non-transponder” emitter e.g. a ground vehicle, using a 24-bit ICAO address
    • adsr_icao: rebroadcast of ADS-B messages originally sent via another data link e.g. UAT, using a 24-bit ICAO address
    • tisb_icao: traffic information about a non-ADS-B target identified by a 24-bit ICAO address, e.g. a Mode S target tracked by secondary radar
    • adsc: ADS-C (received by monitoring satellite downlinks)
    • mlat: MLAT, position calculated arrival time differences using multiple receivers, outliers and varying accuracy is expected.
    • other: miscellaneous data received via Basestation / SBS format, quality / source is unknown.
    • mode_s: ModeS data from the planes transponder (no position transmitted)
    • adsb_other: messages from an ADS-B transponder using a non-ICAO address, e.g. anonymized address
    • adsr_other: rebroadcast of ADS-B messages originally sent via another data link e.g. UAT, using a non-ICAO address
    • tisb_other: traffic information about a non-ADS-B target using a non-ICAO address
    • tisb_trackfile: traffic information about a non-ADS-B target using a track/file identifier, typically from primary or Mode A/C radar
  • flight: callsign, the flight name or aircraft registration as 8 chars (2.2.8.2.6)
  • alt_baro: the aircraft barometric altitude in feet as a number OR “ground” as a string
  • alt_geom: geometric (GNSS / INS) altitude in feet referenced to the WGS84 ellipsoid
  • gs: ground speed in knots
  • ias: indicated air speed in knots
  • tas: true air speed in knots
  • mach: Mach number
  • track: true track over ground in degrees (0-359)
  • track_rate: Rate of change of track, degrees/second
  • roll: Roll, degrees, negative is left roll
  • mag_heading: Heading, degrees clockwise from magnetic north
  • true_heading: Heading, degrees clockwise from true north (usually only transmitted on ground, in the air usually derived from the magnetic heading using magnetic model WMM2020)
  • baro_rate: Rate of change of barometric altitude, feet/minute
  • geom_rate: Rate of change of geometric (GNSS / INS) altitude, feet/minute
  • squawk: Mode A code (Squawk), encoded as 4 octal digits
  • emergency: ADS-B emergency/priority status, a superset of the 7×00 squawks (2.2.3.2.7.8.1.1) (none, general, lifeguard, minfuel, nordo, unlawful, downed, reserved)
  • category: emitter category to identify particular aircraft or vehicle classes (values A0 – D7) (2.2.3.2.5.2)
  • nav_qnh: altimeter setting (QFE or QNH/QNE), hPa
  • nav_altitude_mcp: selected altitude from the Mode Control Panel / Flight Control Unit (MCP/FCU) or equivalent equipment
  • nav_altitude_fms: selected altitude from the Flight Manaagement System (FMS) (2.2.3.2.7.1.3.3)
  • nav_heading: selected heading (True or Magnetic is not defined in DO-260B, mostly Magnetic as that is the de facto standard) (2.2.3.2.7.1.3.7)
  • nav_modes: set of engaged automation modes: ‘autopilot’, ‘vnav’, ‘althold’, ‘approach’, ‘lnav’, ‘tcas’
  • lat, lon: the aircraft position in decimal degrees
  • nic: Navigation Integrity Category (2.2.3.2.7.2.6)
  • rc: Radius of Containment, meters; a measure of position integrity derived from NIC & supplementary bits. (2.2.3.2.7.2.6, Table 2-69)
  • seen_pos: how long ago (in seconds before “now”) the position was last updated
  • track: true track over ground in degrees (0-359)
  • version: ADS-B Version Number 0, 1, 2 (3-7 are reserved) (2.2.3.2.7.5)
  • nic_baro: Navigation Integrity Category for Barometric Altitude (2.2.5.1.35)
  • nac_p: Navigation Accuracy for Position (2.2.5.1.35)
  • nac_v: Navigation Accuracy for Velocity (2.2.5.1.19)
  • sil: Source Integity Level (2.2.5.1.40)
  • sil_type: interpretation of SIL: unknown, perhour, persample
  • gva: Geometric Vertical Accuracy (2.2.3.2.7.2.8)
  • sda: System Design Assurance (2.2.3.2.7.2.4.6)
  • mlat: list of fields derived from MLAT data
  • tisb: list of fields derived from TIS-B data
  • messages: total number of Mode S messages received from this aircraft
  • seen: how long ago (in seconds before “now”) a message was last received from this aircraft
  • rssi: recent average RSSI (signal power), in dbFS; this will always be negative.
  • alert: Flight status alert bit (2.2.3.2.3.2)
  • spi: Flight status special position identification bit (2.2.3.2.3.2)
  • wd, ws: wind direction and wind speed are calculated from ground track, true heading, true airspeed and ground speed
  • oat, tat: outer/static air temperature (C) and total air temperature (C) are calculated from mach number and true airspeed (typically somewhat inaccurate at lower altitudes / mach numbers below 0.5, calculation is inhibited for mach < 0.395)
  • lastPosition: {lat, lon, nic, rc, seen_pos} when the regular lat and lon are older than 60 seconds they are no longer considered valid, this will provide the last position and show the age for the last position. aircraft will only be in the aircraft json if a position has been received in the last 60 seconds or if any message has been received in the last 30 seconds.
  • rr_lat, rr_lon: If no ADS-B or MLAT position available, a rough estimated position for the aircraft based on the receiver’s estimated coordinates.
  • acas_ra: experimental, subject to change
  • gpsOkBefore: experimental, subject to change: aircraft lost GPS / GPS heavily degraded, it was working well before this timestamp, only displayed for 15 min after GPS is lost / degraded

Section references (2.2.xyz) refer to DO-260B.

Supplementary Data Field

  • lastPosition: {lat, lon, nic, rc, seen_pos} when the regular lat and lon are older than 60 seconds they are no longer considered valid, this will provide the last position and show the age for the last position.
  • For type”adsb_icao” aka ADS-B messages, aircraft will only be in the aircraft json if a position has been received in the last 60 seconds or if any message has been received in the last 30 seconds. Positions of type “adsc” aka Sat ACARS messages have a timeout of a minimum 30 minutes.

Trace File Fields

{ icao: "0123ac", // hex id of the aircraft timestamp: 1609275898.495, // unix timestamp in seconds since epoch (1970) trace: [ [ seconds after timestamp, lat, lon, altitude in ft or "ground" or null, ground speed in knots or null, track in degrees or null, (if altitude == "ground", this will be true heading instead of track) flags as a bitfield: (use bitwise and to extract data) (flags & 1 > 0): position is stale (no position received for 20 seconds before this one) (flags & 2 > 0): start of a new leg (tries to detect a separation point between landing and takeoff that separates fligths) (flags & 4 > 0): vertical rate is geometric and not barometric (flags & 8 > 0): altitude is geometric and not barometric , vertical rate in fpm or null, aircraft object with extra details or null (see aircraft.json documentation, note that not all fields are present as lat and lon for example arlready in the values above), // the following fields only in files generated 2022 and later: type / source of this position or null, geometric altitude or null, geometric vertical rate or null, indicated airspeed or null, roll angle or null ], [next entry like the one before], [next entry like the one before], ]}

Example:

{"icao": "0d8300","r": "YV3382","t": "LJ31","desc": "Bombardier Learjet 31 A","timestamp": 1609275898.495,"trace": [[0.0, 30.404617, -86.476566, -300, 0.7, 0.0, 1, 0,{"type": "adsb_icao","flight": "YV3382 ","alt_geom": -75,"track": 0.00,"baro_rate": 0,"squawk": "1604","emergency": "none","category": "A1","nic": 8,"rc": 186,"version": 2,"nic_baro": 1,"nac_p": 10,"nac_v": 2,"sil": 3,"sil_type": "perhour","gva": 2,"sda": 2,"alert": 0,"spi": 0}],[95.1, 30.404617, -86.476575, -300, 0.7, 0.0, 0, 0, null],[136.3, 30.404617, -86.476575, -300, 0.7, 0.0, 0, 0, null],[162.3, 30.404846, -86.476782, -300, 0.7, 0.0, 1, 0, null],[254.4, 30.375614, -86.448889, 525, 37.8, 142.5, 1, 64,{"type": "adsb_icao","alt_geom": 675,"track": 142.52,"baro_rate": 64,"category": "A1","nic": 8,"rc": 186,"version": 2,"nac_v": 2,"sil_type": "perhour","alert": 0,"spi": 1}],[303.2, 30.347078, -86.418896, 1275, 171.9, 136.7, 1, 448, null],[327.0, 30.332932, -86.403647, 1900, 171.9, 137.1, 1, 1664, null]]}
Version 2 API Fields - ADS-B Exchange (2024)

FAQs

What are the disadvantages of ADS-B? ›

ADS-B in your aircraft, therefore, does not guarantee collision-free airspace. In the Vector article I fly outside controlled airspace (Spring 2021) we reported that a near miss occurred in the Bay of Plenty between a fully equipped (IN and OUT1) aircraft and a non-equipped aircraft.

Is ADS-B Exchange real time? ›

These ground stations capture the ADSB signals from passing aircraft and then feed this data into our centralized system. Using this aggregated information, ADS-B Exchange can then generate a comprehensive, real-time picture of the airspace, tracking individual aircraft across large distances.

What are the colors of the ADS-B Exchange? ›

Planes are colored in a gradient of orange to purple then red that give a visual representation of the aircraft's altitude. Gray aircraft are on the ground and their ADS-B transponder is transmitting in ground mode.

Where can I get ADS-B data? ›

ADS-B data contributed is made available on FlightAware's free web site and mobile apps.

Can I fly without ADS-B? ›

Without ADS-B Out, you can fly in any airspace except the ADS-B rule airspace defined by FAR 91.225 (see above). Note that ADS-B is not required in Class D airspace, or under a Class B or Class C airspace shelf, unless it lies within a Mode C veil.

Is ADS-B better than radar? ›

ADS-B also provides greater coverage since ground stations are so much easier to place than radar. Remote areas without radar coverage, like the Gulf of Mexico and much of Alaska, now have surveillance with ADS-B .

Who runs ADS-B Exchange? ›

“ADS-B Exchange was founded as the go-to resource for aviation and flight-data enthusiasts,” said Dan Streufert, President and Founder of ADS-B Exchange. “Joining forces with JETNET is the perfect match as we look to meet the business needs of our users while maintaining our enthusiast roots and unfiltered data.

Does the military use ADS-B? ›

But to help facilitate the safe and efficient movement of air traffic, U.S. military aircraft routinely transmit via ADS-B and other transponder types.

Can ADS-B be spoofed? ›

ADS-B spoofing refers to the malicious manipulation of ADS-B signals to transmit false information about an aircraft's position, velocity, and identification. This interferes with Detect and Avoid (DAA) and Air Traffic Control (ATC) systems, compromises airspace awareness and leads to safety and security risks.

What does ADS-B stand for? ›

Automatic Dependent Surveillance–Broadcast (ADS–B) is an advanced surveillance technology that combines an aircraft's positioning source, aircraft avionics, and a ground infrastructure to create an accurate surveillance interface between aircraft and ATC.

How often does ADS-B update? ›

Its accuracy is consistent throughout the range. In both forms of ADS-B (1090ES & 978 MHz UAT), the position report is updated once per second.

Is ADS-B in the transponder? ›

ADS-B is a specialized function that is built into some but not all Mode S transponders. Aircraft can be equipped with an ADS-B In transponder, ADS-B Out and In transponder, or neither.

What is ADS-B version 2? ›

ADS-B is a broadcast surveillance system with air-to-ground (aircraft to ATS) and air-to-air (aircraft to aircraft) applications. ADS-B avionics broadcast identification, position, altitude, velocity and other data automatically about every half second.

How much does ADS-B cost? ›

The company’s ATX100 single-band ADS-B sells for $1,995 and its ATX100G with GPS sells for $2,995. Aspen also sells other manufacturers’ equipment, including L-3’s Lynx NGT-9000 MultiLInk Surveillance system, which are compatible with Aspen displays. The NGT-9000 with full installation kit sells for $5,490.

How much does it cost to install ADS-B? ›

The cost to install the ADS-B Out 1090 transponder with extended squitter is priced from $2,000 to $2,400, assuming the aircraft has a Wide Area Augmentation System (WAAS) GPS source.

What are the disadvantages of direct advertising? ›

Challenges of direct marketing
  • Intrusive: Many people find direct marketing annoying and intrusive. ...
  • Environment: Using leafleting or paper-heavy direct mail campaigns can be bad for the environment. ...
  • Low response rates: direct marketing response rates tend to be around 1% to 3%.

What are the negative effects of advertising? ›

done badly, advertising can be annoying, manipulative, and even dangerous. It can invade our privacy, bombard us with false or misleading claims, and exploit our fears and insecurities. It can also be used to sell harmful products, like tobacco and alcohol, or to promote harmful behaviours, like gambling.

What are the negatives of TV ads? ›

Cons of TV Advertising
  • It is costly. Producing a TV advert is expensive. ...
  • Frequency is essential. ...
  • It is difficult to make changes. ...
  • It is difficult to target your audience. ...
  • No guarantee it will be viewed. ...
  • TV advertising is in decline. ...
  • Difficult to analyse and track results.

What are the disadvantages of ad network? ›

However, it is important to note that there are drawbacks including limited reach and scale since the ad inventory is restricted to a narrow segment of the market. Furthermore, there are higher entry barriers and quality standards since the advertiser must have a clear strategy and message for their niche audience.

References

Top Articles
Latest Posts
Article information

Author: Greg O'Connell

Last Updated:

Views: 6414

Rating: 4.1 / 5 (42 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Greg O'Connell

Birthday: 1992-01-10

Address: Suite 517 2436 Jefferey Pass, Shanitaside, UT 27519

Phone: +2614651609714

Job: Education Developer

Hobby: Cooking, Gambling, Pottery, Shooting, Baseball, Singing, Snowboarding

Introduction: My name is Greg O'Connell, I am a delightful, colorful, talented, kind, lively, modern, tender person who loves writing and wants to share my knowledge and understanding with you.