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