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 bounding box

GET
/map/{versionNumber}/copyrights/{minLon}/{minLat}/{maxLon}/{maxLat}.{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 a specific bounding box.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.tomtom.com/map//copyrights/-179.1506/18.9117/-66.9406/71.441.'
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: - minLon n is out of range [-180,180]: the requested minimum longitude coordinate is out of possible range - minLat n is out of range [-90,90]: the requested minimum latitude coordi
🟠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
Captions
Next
Copyrights tile
Built with