---
title: "Use to get copyright information."
method: GET
path: "/map/copyright/tile/{format}"
---

# Use to get copyright information.

`GET /map/copyright/tile/{format}`

To obtain the copyright information for a particular tile, the request should
specify the tile's zoom level and x and y coordinates. For more information,
see [Zoom Levels and Tile Grid](/azure/azure-maps/zoom-levels-and-tile-grid).

Copyrights API is designed to serve copyright information for Render service.
In addition to basic copyright for the whole map, API is serving specific
groups of copyrights for some countries/regions.

## Path parameters

- `format` 'json' | 'xml', required

## Query parameters

- `api-version` string, required
- `zoom` integer, required
- `x` integer, required
- `y` integer, required
- `text` 'yes' | 'no'

## Headers

- `x-ms-client-id` string

## Response `200`

The request has succeeded.

- Copyright — This object is returned from a successful copyright request
  - `formatVersion` string — Format Version property
  - `generalCopyrights` string[] — General Copyrights array
  - `regions` RegionCopyrights[] — Regions array
    - `copyrights` string[] — Copyrights array
    - `country` RegionCopyrightsCountry — Country property
      - `ISO3` string — ISO3 property
      - `label` string — Label property

## Other responses

- `default` — An unexpected error response.

## Changes

- **2026-07-13** (1.0) `040a85473ebc` — 4 breaking, 2 info
  - added the new path request parameter `format`
  - added the new required `query` request parameter `x`
  - added the new required `query` request parameter `y`
  - added the new required `query` request parameter `zoom`
  - …2 more
- **2026-07-13** (1.0) `1ab2ac2b6f77` — 1 breaking
  - api path removed without deprecation
- **2026-07-13** (1.0) `4299ecc0f4e6` — 1 info
  - api operation id `RenderV2_GetCopyrightForTile` removed and replaced with `Render_GetCopyrightForTile`
- **2026-07-13** (1.0) `6e9de8c6e9f5` — 1 info
  - endpoint added
- **2021-11-12** (1.0) `521583d5fdf6` — 1 info
  - api operation id `GetCopyrightForTile` removed and replaced with `Render_GetCopyrightForTile`

[Full history](https://skmtc.dev/azure/apis/maps-render/changes/map/copyright/tile/:format/get.md)

---

[API](https://skmtc.dev/azure/apis/maps-render.md) · [All operations](https://skmtc.dev/azure/apis/maps-render/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/maps-render/revisions/040a85473ebc/schema)
