Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 15 hours 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T23:21:32.000Z (5 months ago)
- Last Synced: 2024-08-05T10:19:00.001Z (5 months 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.01 MB
- Stars: 276
- Watchers: 13
- Forks: 59
- Open Issues: 4
-
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/
[![Python Package](https://github.com/JeanExtreme002/FlightRadarAPI/workflows/Python%20Package/badge.svg)](https://github.com/JeanExtreme002/FlightRadarAPI/actions)
[![Pypi](https://img.shields.io/pypi/v/FlightRadarAPI?logo=pypi)](https://pypi.org/project/FlightRadarAPI/)
[![License](https://img.shields.io/pypi/l/FlightRadarAPI)](https://github.com/JeanExtreme002/FlightRadarAPI)
[![Python Version](https://img.shields.io/badge/python-3.7+-8A2BE2)](https://pypi.org/project/FlightRadarAPI/)
[![Npm](https://img.shields.io/npm/v/flightradarapi?logo=npm&color=red)](https://www.npmjs.com/package/flightradarapi)
[![Downloads](https://static.pepy.tech/personalized-badge/flightradarapi?period=total&units=international_system&left_color=grey&right_color=orange&left_text=downloads)](https://pypi.org/project/FlightRadarAPI/)
[![Frequency](https://img.shields.io/pypi/dm/flightradarapi?style=flat&label=frequency)](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/).