Skip to content

Home

fr24 is a library for downloading data from Flightradar24 using gRPC and JSON.

It supports querying live feed snapshots/playback, trajectory history and other miscellaneous metadata.

Installation¤

For the latest stable version, create a new virtual environment and run:

pip install fr24
poetry add fr24

For a development version, clone the repository and install it:

git clone https://github.com/cathaypacific8747/fr24.git
cd fr24
pip install .
git clone https://github.com/cathaypacific8747/fr24.git
cd fr24
poetry install
poetry shell

License¤

MIT

Warning

Code has been developed for educational purposes ONLY. Do not abuse it.

{
  "copyright": "Copyright (c) 2014-2023 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."
}