Airport Mapping Database (AMDB)Endpoints
Get Layers
Returns a set of layers for a given airport
Authorization
bearer AuthorizationBearer <token>
A valid JWT token with access to the AMDB scope
In: header
Path Parameters
icao*unknown
The ICAO airport code
Length
length <= 4Query Parameters
projection?string
The projection to use for the output geometry
Default
"EPSG:4326"Value in
- "EPSG:4326"
- "NAVIGRAPH:ARP_AZEQ"
format?string
The format in which to return the output geometry
Default
"geojson"Value in
- "geojson"
- "pbf"
exclude?array<>
The AMDB layers to exclude
include?array<>
The AMDB layers to include
Response Body
curl -X GET "https://example.com/v1/KJFK"Empty