WMTS (Web Map Tile Service)

WMTS Tiles

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

A Web Map Tile Service (WMTS) is a standard protocol for serving pre-rendered or run-time computed geo-referenced map tiles. The specification was developed and first published by the OGC in 2010.

You can use two methods of authentication for this endpoint:

  1. Passing Auth0 token in the authorization header.
  2. Passing API key generated from your user account in the workspace in the url.

This endpoint returns a tile based on the request parameters.

Path Params
string
required

Name of the layer requested by users. The format of the layers have to be {collection}:{mission}

string
required
Defaults to WebMercatorQuad

Identifier selecting one of the TileMatrixSetId supported (default: 'WebMercatorQuad')

int32
required

Identifier (Z) selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile.

int32
required

Column (X) index of the tile on the selected TileMatrix. It cannot exceed the MatrixHeight-1 for the selected TileMatrix.

int32
required

Row (Y) index of the tile on the selected TileMatrix. It cannot exceed the MatrixWidth-1 for the selected TileMatrix.

int32
required

Tile size scale. 1=256x256, 2=512x512...

string
required

Default will be automatically defined if the output image needs a mask (png) or not (jpeg).

Query Params
string
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json