WMTS
Authorizations
Query parameters
layerstring · enumRequiredPossible values:
The tile set layer that will be requested.
tileMatrixSetstring · enumRequiredPossible values:
The identifier of the tile matrix set.
tileMatrixstringRequired
The identifier of the tile matrix within the specified tile matrix set.
tileRowintegerRequired
The row index of the tile.
tileColintegerRequired
The column index of the tile.
servicestring · enumRequiredPossible values:
The service that is being accessed.
requeststring · enumRequiredPossible values:
The type of request being made. If a GetCapabilities request is being made, the other parameters are not required other than authentication.
stylestring · enumRequiredPossible values:
Taken from the Identifier of the chosen Layer's Style property
versionstring · enumOptionalPossible values:
The version number of the service.
heightintegerOptional
The Height of the tile.
widthintegerOptional
The Width of the tile.
outputformatstring · enumOptionalPossible values:
The format of the returned tile.
Responses
200
Tile image retrieved successfully
image/png
ServiceMetadata
Retrieves Service Metadata for OS Maps API when request parameter is 'GetCapabilities'
application/json
get
GET /maps/raster/v1/wmts HTTP/1.1
Host: api.os.uk
Accept: */*
No content
Example Request
https://api.os.uk/maps/raster/v1/wmts?service=WMTS&request=GetTile&version=2.0.0&style=default&layer=Outdoor_27700&tileMatrixSet=EPSG:27700&tileMatrix=7&tileRow=489&tileCol=323&key=INSERT_API_KEY
Last updated
Was this helpful?