https://github.com/adsblol/api
🤖🔥 ADSB.lol API - Live air traffic, plausible aircraft routes, per-feeder map, embed images
https://github.com/adsblol/api
adsb adsblol api flight-tracking flights-api
Last synced: 2 months ago
JSON representation
🤖🔥 ADSB.lol API - Live air traffic, plausible aircraft routes, per-feeder map, embed images
- Host: GitHub
- URL: https://github.com/adsblol/api
- Owner: adsblol
- License: bsd-3-clause
- Created: 2023-01-29T01:13:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-13T23:48:51.000Z (3 months ago)
- Last Synced: 2026-03-29T01:28:10.103Z (3 months ago)
- Topics: adsb, adsblol, api, flight-tracking, flights-api
- Language: Python
- Homepage: https://api.adsb.lol
- Size: 300 KB
- Stars: 50
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yaml
- License: LICENSE
Awesome Lists containing this project
README
# api
This is the source code for the [adsb.lol](https://adsb.lol) API.
It runs in Kubernetes and is written in Python / asyncio / aiohttp.
**This API is compatible with the ADSBExchange Rapid API. It is a drop-in replacement.**
## Documentation
Interactive documentation for the API lives at [api.adsb.lol/docs](https://api.adsb.lol/docs)
## Rate limits
Rate limits are dynamic based on the environment load.
If you get 4xx errors, you are doing something wrong.
In the future, you will require an API key which you can obtain by [feeding adsb.lol](https://adsb.lol/feed).
This will be a way to ensure that the API is being used responsibly and by people who are willing to contribute to the project.