---
title: "Tile"
method: GET
path: "/api/v1/layers/tiles/{TileMatrixSetId}/{layer}/{z}/{x}/{y}.pbf"
tags: ["Layers"]
---

# Tile

`GET /api/v1/layers/tiles/{TileMatrixSetId}/{layer}/{z}/{x}/{y}.pbf`

Return vector tile.

## Path parameters

- `z` integer, required — Tiles's zoom level
- `x` integer, required — Tiles's column
- `y` integer, required — Tiles's row
- `TileMatrixSetId` 'CanadianNAD83_LCC' | 'EPSG3413' | 'EPSG6933' | 'EuropeanETRS89_LAEAQuad' | 'LINZAntarticaMapTilegrid' | 'NZTM2000' | 'NZTM2000Quad' | 'UPSAntarcticWGS84Quad' | 'UPSArcticWGS84Quad' | 'UTM31WGS84Quad' | 'WebMercatorQuad' | 'WorldCRS84Quad' | 'WorldMercatorWGS84Quad', required — An enumeration.
- `layer` string, required — Layer Name

## Response `200`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/plan4better/apis/goat.md) · [All operations](https://skmtc.dev/plan4better/apis/goat/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/plan4better/goat/revisions/931df3e5ac48/schema)
