# Identifying UAT aircraft

**URL:** https://discussions.flightaware.com/t/identifying-uat-aircraft/100085
**Category:** ADS-B Flight Tracking
**Created:** [February 5, 2026, 9:47pm UTC](https://discussions.flightaware.com/t/identifying-uat-aircraft/100085 "2026-02-05T21:47:48Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![chrisauron](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/chrisauron/32/132585_2.png) [@chrisauron](https://discussions.flightaware.com/u/chrisauron)
#### Post date: [February 5, 2026, 9:47pm UTC](https://discussions.flightaware.com/t/identifying-uat-aircraft/100085/1 "2026-02-05T21:47:48Z")

</div>

I am trying to identify how FlightAware identifies which aircraft are UAT aircraft. I have tried support and they took more than a week to not answer my question.  
I want to know specifically what fields in the aircraft.json file identifies an aircraft as a UAT equipped and transmitted aircraft. I have a ADSB and UAT feed and want to tap in to have an easy status.  
Looking at ip:8080 and IP:8987 data/aircraft.json the logic makes no sense. I can watch the web interface and then look at the file and the correlation is sketchy at best. For example I can see the 8080 interface and see a UAT aircraft highlight then switch to the 8987 site and it shows as an ADSB data source. If I see a UAT aircraft on 8987 then look at the json file it shows as a adsr aircraft which is a repeater. Bit I can then go to the 8080 site an d it shows as a UAT. Then to muck things up I see a a UAT aircraft on the 8987 site and when I look at the info it is a jet flying at 41k feet and of course it has to be a 1090ES aircraft. UGH  
Anyone have any insight into this?

Thanks!

---

<div class="post-metadata">

### Author: ![obj](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/obj/32/118984_2.png) [@obj](https://discussions.flightaware.com/u/obj)
#### Post date: [February 6, 2026, 2:14am UTC](https://discussions.flightaware.com/t/identifying-uat-aircraft/100085/2 "2026-02-06T02:14:09Z")

</div>

> [@chrisauron](#):
>
> I want to know specifically what fields in the aircraft.json file identifies an aircraft as a UAT equipped and transmitted aircraft.

Nothing really specific in aircraft.json; it is the _source_ of that aircraft.json as a whole which tells you. There are two separate aircraft.json files generated by dump1090 and dump978. If you’re looking at an aircraft.json generated by dump1090, it reflects data received on 1090MHz. If it’s in an aircraft.json generated by dump978, it reflects data received on 978MHz.

The browser interface polls both sources of data and tries to assemble that into a single useful view. In theory it should be preferring direct data over rebroadcasts, but maybe that’s not working cleanly in your case.

This is the same explanation I passed on to the support team when they asked me the same question a couple of days ago, maybe something got lost in translation.

If you’re looking directly at the json, the `type` field may help you distinguish ADS-R retransmissions from direct-from-the-aircraft transmissions. This reflects (amongst other things) the IMF bit in DF18 messages on 1090MHz, and the address qualifier field in the UAT mesage header on 978MHz.

ADS-R can happen in both directions (1090 → 978 and 978 → 1090) and is unpredictable in terms of (a) whether it happens at all and (b) whether you can hear both the aircraft and the rebroadcast at the same time (as they’re completely different signal paths). It also gets complicated for dual-band aircraft (you might be hearing both rebroadcasts and direct-from-aircraft messages on the same band)

If you want a definitive answer about exactly what is being received on what frequency, you may need to go back to the individual messages being received, rather than the aggregated summary in aircraft.json

---

<div class="post-metadata">

### Author: ![chrisauron](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/chrisauron/32/132585_2.png) [@chrisauron](https://discussions.flightaware.com/u/chrisauron)
#### Post date: [February 6, 2026, 3:02am UTC](https://discussions.flightaware.com/t/identifying-uat-aircraft/100085/3 "2026-02-06T03:02:28Z")

</div>

Interesting. And yes it did get lost … 😉  
So if I understand you correctly then anything in that file on the 8978 port is from the UAT receiver. If I remove any adsr entries then I can say they are UAT directly transmitted? If I do a count of what is left then that should be a count of the aircraft?  
What is the relevance of uat\_version? If that is populated that means?

Thanks for your help. I am basically doing a poll that lights an led to indicate activity.

Thanks

---

<div class="post-metadata">

### Author: ![obj](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/obj/32/118984_2.png) [@obj](https://discussions.flightaware.com/u/obj)
#### Post date: [February 6, 2026, 3:10am UTC](https://discussions.flightaware.com/t/identifying-uat-aircraft/100085/4 "2026-02-06T03:10:47Z")

</div>

> [@chrisauron](#):
>
> If I remove any adsr entries then I can say they are UAT directly transmitted?

Yes that probably works

> [@chrisauron](#):
>
> What is the relevance of uat\_version?

This is the “UAT MOPS VERSION” field that is transmitted as part of the MODE STATUS message element. it indicates the UAT version that the transponder complies with. 1 = DO-282A, 2 = DO-282B. [dump978/uat\_message.cc at e827042420ac615f9b9993a21535fd7def21f974 · flightaware/dump978 · GitHub](https://github.com/flightaware/dump978/blob/e827042420ac615f9b9993a21535fd7def21f974/uat_message.cc#L393)
