Get share URLs for a chart
GET
https://api.datawrapper.de/v3/charts/{id}/display-urls Request the available URLs to directly share a chart.
Example Request
curl --request GET \
--url https://api.datawrapper.de/v3/charts/example-id/display-urls \
--header 'Authorization: Bearer <YOUR_TOKEN_HERE>'Path Parameters
| Name | Type | Allowed values | Required | Description |
|---|---|---|---|---|
id | string | 5 characters | Yes |
Response
Returns an array of objects with the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
id | string | No | |
name | string | No | |
url | string | No |