SDK for FlightRadar24
Project description
FlightRadarAPI
Unofficial SDK for FlightRadar24 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 business@fr24.com. See more information at Flightradar24's terms and conditions.
Official FR24 API: https://fr24api.flightradar24.com/
Installing FlightRadarAPI:
$ pip install FlightRadarAPI
Basic Usage:
Import the class FlightRadar24API
and create an instance of it.
from FlightRadar24 import FlightRadar24API
fr_api = FlightRadar24API()
Getting flights list:
flights = fr_api.get_flights(...) # Returns a list of Flight objects
Getting airports list:
airports = fr_api.get_airports(...) # Returns a list of Airport objects
Getting airlines list:
airlines = fr_api.get_airlines()
Getting zones list:
zones = fr_api.get_zones()
Documentation
Explore the documentation of FlightRadarAPI package, for Python or NodeJS, through this site.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file flightradarapi-1.3.34.tar.gz
.
File metadata
- Download URL: flightradarapi-1.3.34.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca7ede4c5c08b4703e1a239f8491a10214519bdf40e125010c55eae80d13a889 |
|
MD5 | c71bf33ccf9c7267c60084cfebca9f5c |
|
BLAKE2b-256 | 9d8980c9f63bf42a8c49ea04cd3c18f8823dae995733619d47df154e9e64d983 |
File details
Details for the file flightradarapi-1.3.34-py3-none-any.whl
.
File metadata
- Download URL: flightradarapi-1.3.34-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c8c4b9baaf5a67501103eb5ab333740cd0e2d46f5ec26301a61a8ba408ea929 |
|
MD5 | 5ed6e17f8c2264b2970dea947a190dcc |
|
BLAKE2b-256 | 7dea674886474bc7a58f629ab8473165ade71aef2704a04d1ea1a93862592c11 |