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 whole world

GET
/map/{versionNumber}/copyrights.{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 whole world.
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
🟠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
Next
Captions
Built with