---
title: "Retrieve a vector tile from a collection."
method: GET
path: "/collections/{collectionId}/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}"
tags: ["Vector Tiles"]
---

# Retrieve a vector tile from a collection.

`GET /collections/{collectionId}/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}`

## Path parameters

- `tileMatrix` string, required
- `tileRow` integer, required
- `tileCol` integer, required
- `collectionId` string, required
- `tileMatrixSetId` 'WebMercatorQuad' | 'WorldCRS84Quad' | 'GNOSISGlobalGrid' | 'WorldMercatorWGS84Quad', required

## Query parameters

- `datetime` string
- `collections` string[]
- `crs` string, uri

## Response `200`

A vector tile returned as a response.

## Other responses

- `204` — successful operation (no response body)
- `404` — The requested resource does not exist on the server. For example, a path parameter had an incorrect value.
- `406` — Content negotiation failed. For example, the `Accept` header submitted in the request did not support any of the media types supported by the server for the requested resource.
- `500` — A server error occurred.

## Changes

> 4 revisions in range; 1 could not be searched.

- **2022-07-21** `fb23638895d4` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/georust/apis/ogc-api/changes/collections/:collectionId/tiles/:tileMatrixSetId/:tileMatrix/:tileRow/:tileCol/get.md)

---

[API](https://skmtc.dev/georust/apis/ogc-api.md) · [All operations](https://skmtc.dev/georust/apis/ogc-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/georust/ogc-api/revisions/6c6280a034b9/schema)
