Aviationdata
Connector for the aviationdata API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.aviationdata.systems - Auth:
bearer(pass your key via theapiKeyinput)
Operations
autocompleteairportname_airportnamesearch— GET /v1/airport/autocomplete/{airport_name} — Autocomplete airport names. Returns a maximum of 10 airport names.airportiata_airportiatasearch— GET /v1/airport/iata/{airport_iata} — Search for airport by IATA codeairportdetails_airportnamesearch— GET /v1/airport/name/{airport_name} — Search for airport by namenearestairports_nearestairportlist— GET /v1/airport/nearest/{result_count}/{latitude}/{longitude} — Search for airports by locationcountryairportlist_countryairportlist— GET /v1/country/code/{country_code} — Country airports. Returns a list of airports for a country code(ISO 3166-1 alpha-2 code)countrylist_countryairportlist— GET /v1/country_list — Country list. Returns a list of countries where airport data is available
Inputs
apiKey— your aviationdata API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: autocompleteairportname_airportnamesearch
apiKey: <your key>