Maps
  1. WMTS
Maps
  • Copyrights
    • Copyrights whole world
      GET
    • Captions
      GET
    • Copyrights bounding box
      GET
    • Copyrights tile
      GET
  • Raster
    • Static Image
      GET
    • Tile
      GET
  • Vector
    • Tile
      GET
  • WMS
    • WMTS
      • GetMap
        GET
      • GetCapabilities
        GET
      • WMTS
        GET
  1. WMTS

WMTS

GET
/map/{versionNumber}/wmts/{key}/{wmtsVersion}/WMTSCapabilities.xml
The WMTS GetCapabilities call implements version 1.0.0 of
the Web Map Tile Service
(WMTS) standard. It returns metadata that allows compatible calling systems to construct
calls to TomTom's raster map tile service. See the
documentation
for more information on WMTS.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.tomtom.com/map//wmts///WMTSCapabilities.xml'
Response Response Example
200 - Example 1
{}

Request

Path Params

Responses

🟢200<b>OK</b>
application/json
Body

🟠400<b>Bad request</b>: Probably malformed syntax
🟠401<b>Unauthorized</b>: Supplied API key is not valid for this request
🔴500<b>Internal Server Error</b>: There is a problem with the TomTom WMTS service
Modified at 2023-08-15 05:45:32
Previous
GetCapabilities
Built with