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.
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.
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.
Last updated