1.3.33 • Published 10 months ago

flightradarapi v1.3.33

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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/

Node.js Package Pypi License Python Version Npm Downloads Frequency

Installing FlightRadarAPI:

$ npm install flightradarapi

Basic Usage:

Import the class FlightRadar24API and create an instance of it.

const { FlightRadar24API } = require("flightradarapi");
const frApi = new FlightRadar24API();

Getting flights list:

let flights = await frApi.getFlights(...);  // Returns a list of Flight objects

Getting airports list:

let airports = await frApi.getAirports(...);  // Returns a list of Airport objects

Getting airlines list:

let airlines = await frApi.getAirlines();

Getting zones list:

let zones = await frApi.getZones();

Documentation

Explore the documentation of FlightRadarAPI package, for Python or NodeJS, through this site.

1.3.33

10 months ago

1.3.32

11 months ago

1.3.31

1 year ago

1.3.30

1 year ago

1.3.29

1 year ago

1.3.28

1 year ago

1.3.27

1 year ago

1.3.26

1 year ago

1.3.25

2 years ago

1.3.21

2 years ago

1.3.24

2 years ago

1.3.22

2 years ago

1.3.23

2 years ago

1.3.19

2 years ago

1.3.20

2 years ago

1.3.17

2 years ago

1.3.18

2 years ago

1.3.15

2 years ago

1.3.16

2 years ago

1.3.14

2 years ago

1.3.13

2 years ago