API for FlightRadar24
Project description
FlightRadarAPI
API for Flight Radar 24 written in Python 3.
Installing FlightRadarAPI:
pip3 install FlightRadarAPI
How to use it?
Just create a FlightRadar24API object after importing it.
from FlightRadar24.api import FlightRadar24API
fr_api = FlightRadar24API()
Getting airports list:
airports = fr_api.get_airports()
Getting airlines list:
airlines = fr_api.get_airlines()
Getting flights list:
flights = fr_api.get_flights() # Returns a generator object.
Getting zones list:
zones = fr_api.get_zones()
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
FlightRadarAPI-1.0.2.tar.gz
(3.0 kB
view details)
File details
Details for the file FlightRadarAPI-1.0.2.tar.gz.
File metadata
- Download URL: FlightRadarAPI-1.0.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e3ab95ee8757221e0e8791c2f23e49893b553fd9cddaf2cea3f315c4d705806
|
|
| MD5 |
618508f701c7886c769ae625a186ac0a
|
|
| BLAKE2b-256 |
d643bf2f8c54f75091f5f13b2a8db136a9989b9e0b1f6b4f17e05133cf0542f4
|