---
title: "Retrieve a map tile from the specified collection"
method: GET
path: "/collections/{collectionId}/map/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}"
tags: ["Map Tiles"]
---

# Retrieve a map tile from the specified collection

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

## Path parameters

- `tileMatrix` string, required
- `tileRow` integer, required
- `tileCol` integer, required
- `collectionId` 'blueMarble' | 'NaturalEarth:raster:HYP_HR_SR_OB_DR' | 'NaturalEarth:cultural:ne_10m_admin_0_countries' | 'NaturalEarth:physical:bathymetry' | 'SRTM_ViewFinderPanorama' | 'HRDEM-Ottawa' | 'HRDEM-RedRiver', 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)
