List themes
GET
https://api.datawrapper.de/v3/themes Get a list of themes accessible by the authenticated user
The returned theme objects do not include the full theme configuration.
Requires scope chart:read.
Example Request
curl --request GET \
--url 'https://api.datawrapper.de/v3/themes?limit=100&offset=0' \
--header 'Authorization: Bearer <YOUR_TOKEN_HERE>'# 3 more query parameters available — see below.Query Parameters
| Name | Type | Allowed values | Required | Description |
|---|---|---|---|---|
limit | integer | 0 or more Default: 100 | No | Maximum items to fetch. Useful for pagination. |
offset | integer | 0 or more Default: 0 | No | Number of items to skip. Useful for pagination. |
deleted | boolean | Default: false | No | |
workspace | string | Any | No | Filter by workspace slug. |
teamId | string | Any | No | Filter by team id. |
Response
| Field | Type | Required | Description |
|---|---|---|---|
list | object[] | No | |
total | integer | No | |
next | string | No |