Maps
  1. Copyrights
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
      • GetCapabilities
      • WMTS
  1. Copyrights

Copyrights tile

GET
/map/{versionNumber}/copyrights/{zoom}/{X}/{Y}.{format}
The Copyrights API returns copyright information for
the Maps API Raster Tile Service in JSON, JSONP, or XML format.
This call returns copyright information for the a specific map tile.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.tomtom.com/map//copyrights///.'
Response Response Example
200 - Example 1
{}

Request

Path Params

Query Params

Responses

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

🔵304<b>Not Modified</b>
🟠400<b>Malformed request</b>: malformed syntax. Possible causes include: - requested syntax is not available
🟠401<b>Bad request</b>: Parameters out of range. Possible causes include: - zoom n is out of range 0 <= zoom < 19: the requested zoom level is out of the possible range - x n is out of range [0,m]: the requested x coordinate is out of the possible range (
🟠403<b>Forbidden</b>: Supplied API key is not valid for this request
🟠410<b>Gone</b>: Request for unsupported format
🔴500<b>Internal Server Error</b>: There is a problem with the TomTom Copyrights API service
Modified at 2023-08-15 05:45:32
Previous
Copyrights bounding box
Next
Static Image
Built with