---
title: "Retrieve a default map tile of the whole dataset"
method: GET
path: "/map/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}"
tags: ["Map Tiles"]
---

# Retrieve a default map tile of the whole dataset

`GET /map/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}`

## Path parameters

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

## Response `200`

A map tile image returned as a response.

## Other responses

- `204` — No data available for this tile.
- `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.

---

[API](https://skmtc.net/bbox-services/apis/building-blocks-specified-in-ogc-api-tiles-part-1-core.md) · [All operations](https://skmtc.net/bbox-services/apis/building-blocks-specified-in-ogc-api-tiles-part-1-core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bbox-services/building-blocks-specified-in-ogc-api-tiles-part-1-core/versions/6604cfae8090/schema)
