---
title: "Use to get map copyright attribution information."
method: GET
path: "/map/attribution"
---

# Use to get map copyright attribution information.

`GET /map/attribution`

The `Get Map Attribution` API allows users to request map copyright attribution
information for a section of a tileset.

## Query parameters

- `api-version` string, required
- `tilesetId` 'microsoft.base' | 'microsoft.base.labels' | 'microsoft.base.hybrid' | 'microsoft.terra.main' | 'microsoft.base.road' | 'microsoft.base.darkgrey' | 'microsoft.base.labels.road' | 'microsoft.base.labels.darkgrey' | 'microsoft.base.hybrid.road' | 'microsoft.base.hybrid.darkgrey' | 'microsoft.imagery' | 'microsoft.weather.radar.main' | 'microsoft.weather.infrared.main' | 'microsoft.traffic.absolute' | 'microsoft.traffic.absolute.main' | 'microsoft.traffic.relative' | 'microsoft.traffic.relative.main' | 'microsoft.traffic.relative.dark' | 'microsoft.traffic.delay' | 'microsoft.traffic.delay.main' | 'microsoft.traffic.reduced.main' | 'microsoft.traffic.incident', required
- `zoom` integer, required
- `bounds` number[], required

## Headers

- `x-ms-client-id` string

## Response `200`

The request has succeeded.

- MapAttribution — Copyright attribution for the requested section of a tileset.
  - `copyrights` string[] — A list of copyright strings.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2026-07-13** (1.0) `040a85473ebc` — 1 info
  - added the new optional `header` request parameter `x-ms-client-id`
- **2026-07-13** (1.0) `4299ecc0f4e6` — 1 breaking, 1 info
  - added the new required `query` request parameter `tilesetId`
  - api operation id `RenderV2_GetMapAttribution` removed and replaced with `Render_GetMapAttribution`
- **2026-07-13** (1.0) `6e9de8c6e9f5` — 1 info
  - endpoint added
- **2021-07-20** (1.0) `25770d6f2de7` — 1 breaking
  - api path removed without deprecation

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