Skip to content
GuidesPlaygroundDashboard

Get a Mapbox Vector Tile

GET/api/v1/tiles/{z}/{x}/{y}

Get a Mapbox Vector Tile

Path ParametersExpand Collapse
z: number
x: number
y: number

Get a Mapbox Vector Tile

curl https://plaza.fyi/api/v1/tiles/$Z/$X/$Y \
    -H "Authorization: Bearer $PLAZA_API_KEY"
Returns Examples