This endpoint returns all information in the Airport Data Model, given a specific AID.
Endpoint
https://api.aviowiki.com/airports/{aid}
Request Example
curl --request GET \
--url 'https://api.aviowiki.com/airports/APT-RJ5R-ER32?=' \
--header 'authorization: Bearer 00112233-4455-6677-8899-aabbccddeeff'
Request Parameters
The only parameter accepted, and also required, is the AID of the airport.
Parameter | Type | Location | Description |
aid * | string | Path | The AID of the Airport requested. |
Response
The response to this endpoint follows the Airport Data Model in all its details.