Open canuckasaurus opened 1 year ago
List of Airports
Duffel Api Retrieves a paginated list of all airports. The results may be returned in any order. Single airports can be returned as well.
Monitoring individual flights, display information in their applications and guide users through flight preparation.
Flight tracker api can also give Live Flight tracking information
[{ "name": "Paris Charles de Gaulle Airport", "iata_code": "CDG", "icao_code": "LFPG", "lat": 49.009592, "lng": 2.555675, "alt": 392, "city": "Paris", "city_code": "PAR", "un_locode": "FRCDG", "timezone": "Europe/Paris”,}]
Other API’s that can be used are in ‘List all flights’
We could also web scrape Wikipedia -> https://en.wikipedia.org/wiki/List_of_international_airports_by_country This can again be done using selenium.
IATA codes, names, addresses etc.