aviowiki
  • Introduction
  • Authentication
    • Users
    • API Tokens
    • Authorisation
  • Conventions
    • Data format
    • aviowiki IDs
    • Pagination
  • Errors
  • Reward Points
  • Open Data
    • Introduction
    • Definition
  • Data Models
    • Airport
    • Authority
    • Availability
    • Aircraft Position
    • Coordinates
    • Region
    • Country
    • Governing District
    • Runway
    • Provider
    • Generic Product
    • Fuel Product
    • Fuel Fee
    • Webhook
    • Error
    • Operational Note
      • Airport Operational Note
      • Country Operational Note
  • Free Endpoints
    • Limitations
    • Free airport endpoints
      • Airport data
      • Searching airports
  • Authenticated Endpoints
    • Airport endpoints
      • Searching airports
      • Airport data
      • Authorities at an airport
      • Availability of an airport
        • Aerodrome Rescue and Fire Fighting availaibility
        • Air Traffic Control availability
        • Customs, Immigration and Quarantine facilities availability
        • Movement availability
      • Runways at an airport
      • Providers at an airport
      • Weather at an airport
      • Sun times at an airport
      • Operational notes at an airport
    • Aircraft endpoints
    • Aircraft position endpoints
    • Flight endpoints
    • Runway endpoints
      • Runway data
    • Provider endpoints
      • Provider data
      • Availability of a provider
      • Country of a provider
      • Pictures of a provider
      • Logo of a provider
      • Products of a provider
      • Fuel products of a provider
    • Operational Note endpoints
      • Operational Note data
    • Retrieve aircraft position
  • Release log
Powered by GitBook
On this page
  • Get airport data by ICAO code
  • Get airport data by IATA code
  • Get airport data by local identifier code

Was this helpful?

  1. Free Endpoints
  2. Free airport endpoints

Airport data

Get airport data by ICAO code

GET https://api.aviowiki.com/free/airports/icao/{icao}

Path Parameters

Name
Type
Description

icao*

String

ICAO code of the airport

Headers

Name
Type
Description

Authorization

String

An API Token using Bearer authorization.

{
    // Response
}
{
    // Response
}

Get airport data by IATA code

GET https://api.aviowiki.com/free/airports/iata/{iata}

Path Parameters

Name
Type
Description

iata*

String

IATA of the airport

Headers

Name
Type
Description

Authorization

String

An API Token using Bearer authorization.

{
    // Response
}
{
    // Response
}

Get airport data by local identifier code

GET https://api.aviowiki.com/free/airports/localIdentifier/{localIdentifier}

Path Parameters

Name
Type
Description

localIdentifier*

String

Local identifier of the airport

Headers

Name
Type
Description

Authorization

String

An API Token using Bearer authorization.

{
    // Response
}
{
    // Response
}
PreviousFree airport endpointsNextSearching airports

Last updated 2 years ago

Was this helpful?