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

## Changes

- **2023-05-01** `e9edcf513cde` — 8 warning
  - deleted the `query` request parameter `bgcolor`
  - deleted the `query` request parameter `collections`
  - deleted the `query` request parameter `crs`
  - deleted the `query` request parameter `datetime`
  - …4 more
- **2023-04-01** `17c27c5c4026` — 8 info
  - added the new optional `query` request parameter `bgcolor`
  - added the new optional `query` request parameter `collections`
  - added the new optional `query` request parameter `crs`
  - added the new optional `query` request parameter `datetime`
  - …4 more

[Change history](https://skmtc.dev/bbox-services/apis/building-blocks-specified-in-ogc-api-tiles-part-1-core/changes/map/tiles/:tileMatrixSetId/:tileMatrix/:tileRow/:tileCol/get.md)

---

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