# OpenSky Network API **Provider:** OpenSky Network **Category:** maps **Base URL:** `https://opensky-network.org` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://opensky-network.org/apidoc/index.html ## Description Free real-time ADS-B aviation data ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://opensky-network.org/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://opensky-network.org' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/opensky-network/) — CC BY 4.0*