https://github.com/jeanextreme002/flightradarapi
:airplane: Unofficial SDK for FlightRadar24 for Python 3 and NodeJS
https://github.com/jeanextreme002/flightradarapi
aircraft airlines airports api aviation fetch flightradar flightradar24 flightradar24-api flights javascript nodejs python radar
Last synced: about 1 month ago
JSON representation
:airplane: Unofficial SDK for FlightRadar24 for Python 3 and NodeJS
- Host: GitHub
- URL: https://github.com/jeanextreme002/flightradarapi
- Owner: JeanExtreme002
- License: mit
- Created: 2020-12-19T02:27:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T05:29:06.000Z (5 months ago)
- Last Synced: 2025-05-11T07:35:14.748Z (about 1 month ago)
- Topics: aircraft, airlines, airports, api, aviation, fetch, flightradar, flightradar24, flightradar24-api, flights, javascript, nodejs, python, radar
- Language: JavaScript
- Homepage: https://pypi.org/project/FlightRadarAPI/
- Size: 1.05 MB
- Stars: 319
- Watchers: 13
- Forks: 65
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FlightRadarAPI
Unofficial SDK for [FlightRadar24](https://www.flightradar24.com/) for Python 3 and Node.js.This SDK should only be used for your own educational purposes. If you are interested in accessing Flightradar24 data commercially, please contact [email protected]. See more information at [Flightradar24's terms and conditions](https://www.flightradar24.com/terms-and-conditions).
**Official FR24 API**: https://fr24api.flightradar24.com/
[](https://github.com/JeanExtreme002/FlightRadarAPI/actions)
[](https://pypi.org/project/FlightRadarAPI/)
[](https://github.com/JeanExtreme002/FlightRadarAPI)
[](https://pypi.org/project/FlightRadarAPI/)
[](https://www.npmjs.com/package/flightradarapi)
[](https://pypi.org/project/FlightRadarAPI/)
[](https://pypi.org/project/FlightRadarAPI/)## Installing FlightRadarAPI
**For Python with pip:**
```
pip install FlightRadarAPI
```**For Node.js with npm:**
```
npm install flightradarapi
```## Documentation
Explore the documentation of FlightRadarAPI package, for Python or NodeJS, through [this site](https://JeanExtreme002.github.io/FlightRadarAPI/).