APIHub
Back to Explore

AviationData.Systems Airports API V1

AviationData.Systems Airports API V1

Transportation
basic
HTTPS
CORS: Unknown
Visit official documentation

Latency

527ms p95

Uptime

0.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/v1/airport/autocomplete/{airport_name}

Autocomplete airport names. Returns a maximum of 10 airport names.

  • airport_name (path, required) — Required: The airports name
  • airport_service_type (query, required) — Required: Needs to be: All, Scheduled or NonScheduled
  • optional_country_code (query) — Optional: Country code (ISO 3166-1). This can be found via /countries
GET

/v1/airport/iata/{airport_iata}

Search for airport by IATA code

  • airport_iata (path, required) — Required: The airports IATA code
GET

/v1/airport/name/{airport_name}

Search for airport by name

  • airport_name (path, required) — Required: The airports name
GET

/v1/airport/nearest/{result_count}/{latitude}/{longitude}

Search for airports by location

  • result_count (path, required) — Required: Number of airports to return. Min: 1 Max: 20
  • latitude (path, required) — Required: Latitude
  • longitude (path, required) — Required: Longitude
GET

/v1/country/code/{country_code}

Country airports. Returns a list of airports for a country code(ISO 3166-1 alpha-2 code)

  • country_code (path, required) — Country code (ISO 3166-1). This can be found via /countries
  • airport_service_type (query, required) — Required: Needs to be: All, Scheduled or NonScheduled
GET

/v1/country_list

Country list. Returns a list of countries where airport data is available

6 endpoints auto-detected

Authentication

This API requires authentication: basic.

curl -X GET \
  "https://api.aviationdata.systems/v1/airport/autocomplete/{airport_name}"

api.aviationdata.systems · HTTPS only