Rich aircraft data
Registration, type, route, callsign, position
Free REST & WebSocket API
Query by hex, reg, type, callsign, position
Works alongside FlightAware, FR24, adsb.fi, adsb.lol
Zero conflicts — runs as a lightweight sidecar alongside these and others
Real-time signal meter
Live RSSI, coverage radar, and 7-day trends

Install

Run this on your Raspberry Pi or Linux receiver:

curl -sL adsbiq.com/install.sh | sudo bash

Takes under 60 seconds. Live status appears here once connected: not connected

Already running readsb or Docker? Advanced install →

Using Ultrafeeder or adsb.im?

Add ADSBiq via the Ultrafeeder expert page — no script needed. Paste this into your ULTRAFEEDER_CONFIG or the expert settings UI:

adsb,feed.adsbiq.com,30004,beast_reduce_plus_out;mlat,feed.adsbiq.com,31090;

This adds Beast + MLAT feeds alongside your existing aggregators. Then register at adsbiq.com/join to claim your dashboard.

Your API Key

Use this from anywhere — your laptop, VPS, phone, scripts. No IP restriction.
curl -H "Authorization: Bearer YOUR_API_KEY" https://adsbiq.com/api/v2/all

Set Your Receiver Location

Requirements

Already feeding adsb.fi, adsb.lol, FlightAware, FR24, or others? Perfect — ADSBiq runs alongside them with zero conflicts.

Don't have a receiver yet?

You can build one for about $145 with off-the-shelf parts from Amazon. No soldering, no special tools.

Raspberry Pi 5
Kit w/ case + power
SDR Dongle
1090 MHz w/ filter
Antenna
Outdoor fiberglass
Full Build Guide & Parts List

ADSBiq is not affiliated with any hardware vendor. These are community-recommended, vendor-neutral components.

Uninstall

To completely remove ADSBiq from your receiver:

curl -sL adsbiq.com/uninstall.sh | sudo bash