Airport Mapping Database (AMDB)Endpoints
Get Layer
Returns a specific layer from a specific airport
Authorization
bearer AuthorizationBearer <token>
A valid JWT token with access to the AMDB scope
In: header
Path Parameters
icao*string
The ICAO airport code
layer*string
The AMDB layer
Value in
- "runwayelement"
- "runwayintersection"
- "runwaythreshold"
- "runwaymarking"
- "paintedcenterline"
- "landandholdshortoperationlocation"
- "arrestinggearlocation"
- "runwayshoulder"
- "stopway"
- "runwaydisplacedarea"
- "finalapproachandtakeoffarea"
- "touchdownliftoffarea"
- "helipadthreshold"
- "taxiwayelement"
- "taxiwayshoulder"
- "taxiwayguidanceline"
- "taxiwayintersectionmarking"
- "taxiwayholdingposition"
- "runwayexitline"
- "frequencyarea"
- "apronelement"
- "standguidanceline"
- "parkingstandlocation"
- "parkingstandarea"
- "deicingarea"
- "aerodromereferencepoint"
- "verticalpolygonalstructure"
- "verticalpointstructure"
- "verticallinestructure"
- "constructionarea"
- "blastpad"
- "serviceroad"
- "water"
- "hotspot"
- "asrnedge"
- "asrnnode"
Query 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"
Response Body
curl -X GET "https://example.com/v1/KJFK/hotspot"Empty