Navigraph Docs Logo

Get Layers

Returns a set of layers for a given airport

GET
/v1/{icao}
AuthorizationBearer <token>

A valid JWT token with access to the AMDB scope

In: header

Path Parameters

icao*unknown

The ICAO airport code

Lengthlength <= 4

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"
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