# ADS-B Exchange API **Provider:** ADS-B Exchange **Category:** maps **Base URL:** `https://www.adsbexchange.com` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://www.adsbexchange.com/data/ ## Description Access real-time and historical data of any and all airborne aircraft ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.adsbexchange.com/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://www.adsbexchange.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/ads-b-exchange/) — CC BY 4.0*