---
title: "Copyrights tile"
method: GET
path: "/map/{versionNumber}/copyrights/{zoom}/{X}/{Y}.{format}"
tags: ["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.

## Path parameters

- `versionNumber` 1, required
- `format` 'json' | 'jsonp' | 'xml', required
- `zoom` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18, required
- `X` integer, required
- `Y` integer, required

## Query parameters

- `callback` string

## Response `200`

<b>OK</b>

## Other responses

- `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 (the value of m will vary depending on zoom level) - y n is out of range [0,m]: the requested y coordinate is out of the possible range (the value of m will vary depending on zoom level)
- `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

---

[API](https://skmtc.net/tomtom/apis/maps.md) · [All operations](https://skmtc.net/tomtom/apis/maps/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tomtom/maps/versions/c56e9cd926c6/schema)
