AirportAPI

Documentation

Getting data by ICAO

To get the data from an airport by icao, just use:

https://projects.vincentlammens.be/airport-api/{icao}

Search

To search an airport by name, country or municipality you can use one of the following endpoints

https://projects.vincentlammens.be/airport-api/search/name/{query}
https://projects.vincentlammens.be/airport-api/search/country/{query}
https://projects.vincentlammens.be/airport-api/search/municipality/{query}
https://projects.vincentlammens.be/airport-api/search/icao/{query}
https://projects.vincentlammens.be/airport-api/search/iata/{query}