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

## Query parameters

- `datetime` string
- `collections` AllCollections[]
- `subset` string[]
- `crs` string
- `subset-crs` string
- `bgcolor` string
- `transparent` boolean
- `f` 'png' | 'jpg' | 'tiff'

## 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/ogc-api-maps.md) · [All operations](https://skmtc.net/bbox-services/apis/ogc-api-maps/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bbox-services/ogc-api-maps/versions/7080ec0fad9b/schema)
