FRAMES | NO FRAMES Description | Examples | Response
WMTS Capabilities

URL http://<wmts-url>/<version>/WMTSCapabilities.xml
KVP URL http://<wmts-url>?service=wmts&request=getcapabilities&version=<version>
Parent Resource WMTS
Required Capability Map

Description

This is supported from 10.1 onwards.

The WMTS Capabilities (Service Metadata) resource allows WMTS clients to retrieve service metadata for this tiled map service. Users can request the WMTS capabilities in both RESTful and Key-Value Pair (KVP) syntax as defined by OGC WMTS specification.

The response is an XML document containing service metadata about the server, including information related to getting the cached map tiles.

Note that currently the only version supported is 1.0.0

Resource Hierarchy

WMTS Capabilities

Example Usage

Example 1:

http://sampleserver6.arcgisonline.com/arcgis/rest/services/WorldTimeZones/MapServer/WMTS/1.0.0/WMTSCapabilities.xml

XML Response Schema

The xml schema for WMTS ServiceMetadata response is available here.