Fetch chart asset
GET
https://api.datawrapper.de/v3/charts/{id}/assets/{asset} Request an asset associated with a chart. Requires scope chart:read.
Example Request
curl --request GET \
--url https://api.datawrapper.de/v3/charts/example-id/assets/example-asset \
--header 'Authorization: Bearer <YOUR_TOKEN_HERE>'Path Parameters
| Name | Type | Allowed values | Required | Description |
|---|---|---|---|---|
id | string | 5 characters | Yes | |
asset | string | Any | Yes | Full filename including extension. |