AirportAPI

Documentation

Getting data by ICAO

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

https://airport-api.lamdev.be/{icao}

Search

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

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