https://github.com/cathaypacific8747/fr24
Download and parse data from flightradar24.com with gRPC/JSON
https://github.com/cathaypacific8747/fr24
ads-b flightradar24 grpc python
Last synced: over 1 year ago
JSON representation
Download and parse data from flightradar24.com with gRPC/JSON
- Host: GitHub
- URL: https://github.com/cathaypacific8747/fr24
- Owner: cathaypacific8747
- License: mit
- Created: 2023-08-31T09:09:25.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T23:19:39.000Z (over 1 year ago)
- Last Synced: 2025-03-16T00:20:38.009Z (over 1 year ago)
- Topics: ads-b, flightradar24, grpc, python
- Language: Python
- Homepage: https://cathaypacific8747.github.io/fr24/
- Size: 3.75 MB
- Stars: 26
- Watchers: 3
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fr24
fr24 is a library for downloading data from [Flightradar24](https://flightradar24.com) using [gRPC](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md) and JSON.
It supports querying live feed snapshots/playback, trajectory history and other miscellaneous metadata.
Please see the [documentation](https://cathaypacific8747.github.io/fr24/) for detailed usage guides.
## Installation
For the latest stable version:
```sh
pip install fr24
```
For a development version, clone the repository and run in the directory:
```sh
uv sync
```
## License
> [!IMPORTANT]
> Code has been developed for educational purposes ONLY. Do not abuse it.
```json
{
"copyright": "Copyright (c) 2014-2025 Flightradar24 AB. All rights reserved.",
"legalNotice": "The contents of this file and all derived data are the property of Flightradar24 AB for use exclusively by its products and applications. Using, modifying or redistributing the data without the prior written permission of Flightradar24 AB is not allowed and may result in prosecutions."
}
```