JeanExtreme002 / FlightRadarAPI

:airplane: Unofficial SDK for FlightRadar24 for Python 3 and NodeJS
https://pypi.org/project/FlightRadarAPI/
MIT License
296 stars 60 forks source link

Is it possible to only retrieve information about a specific flight by searching for the flight number? #75

Closed yunathan51 closed 5 months ago

yunathan51 commented 5 months ago

Por exemplo, apenas retornar as informações do voo LA3467 da LATAM

JeanExtreme002 commented 5 months ago

Unfortunately, no. You can only retrive by its airline or its registration. For filtering by the flight number or any information else, the only way is filtering each returned flight in a for-loop.