---
title: "Use to get copyright information to use when rendering a tile."
method: GET
path: "/map/copyright/caption/{format}"
---

# Use to get copyright information to use when rendering a tile.

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

The `Get Copyright Caption` API is an HTTP GET request designed to serve
copyright information to be used with tiles requested from the Render service.
In addition to a basic copyright for the whole map, it can serve specific
groups of copyrights for some countries/regions.

As an alternative to copyrights for map request, it can also return captions
for displaying provider information on the map.

## Path parameters

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

## Query parameters

- `api-version` string, required

## Headers

- `x-ms-client-id` string

## Response `200`

The request has succeeded.

- CopyrightCaption — This object is returned from a successful copyright call
  - `formatVersion` string — Format Version property
  - `copyrightsCaption` string — Copyrights Caption property

## Other responses

- `default` — An unexpected error response.

## Changes

- **2026-07-13** (1.0) `040a85473ebc` — 1 breaking, 1 info
  - added the new path request parameter `format`
  - added the new optional `header` request parameter `x-ms-client-id`
- **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_GetCopyrightCaption` removed and replaced with `Render_GetCopyrightCaption`
- **2026-07-13** (1.0) `6e9de8c6e9f5` — 1 info
  - endpoint added
- **2021-11-12** (1.0) `521583d5fdf6` — 1 info
  - api operation id `GetCopyrightCaption` removed and replaced with `Render_GetCopyrightCaption`

[Full history](https://skmtc.dev/azure/apis/maps-render/changes/map/copyright/caption/: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)
