aviationdata.systems

aviationdata.systems API

6 endpoints transport
πŸ“„ Docs πŸ“‹ OpenAPI spec πŸ”¬ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples

Country list. Returns a list of countries where airport data is available
curl \
  /v1/country_list
Search for airport by IATA code
curl \
  /v1/airport/iata/{airport_iata}
Search for airport by name
curl \
  /v1/airport/name/{airport_name}

Endpoints (6 total)

GET
/v1/country_list
Country list. Returns a list of countries where airport data is available
GET
/v1/airport/iata/{airport_iata}
Search for airport by IATA code
GET
/v1/airport/name/{airport_name}
Search for airport by name
GET
/v1/country/code/{country_code}
Country airports. Returns a list of airports for a country code(ISO 3166-1 al…
GET
/v1/airport/autocomplete/{airport_name}
Autocomplete airport names. Returns a maximum of 10 airport names.
GET
/v1/airport/nearest/{result_count}/{latitude}/{longitude}
Search for airports by location

Language coverage

No SDKs yet

At a glance

Total SDKs0
Languages0
Endpoints6
Categories1