curl --request GET \
  --url https://api.deepl.com/v2/glossaries/{glossary_id}/entries \
  --header 'Authorization: <api-key>'
"Hello!\tGuten Tag!"

Authorizations

Authorization
string
header
required

Authentication with Authorization header and DeepL-Auth-Key authentication scheme

Headers

Accept
enum<string>
default:text/tab-separated-values

The requested format of the returned glossary entries. Currently, supports only text/tab-separated-values.

Available options:
text/tab-separated-values

Path Parameters

glossary_id
string
required

A unique ID assigned to the glossary.

Response

200
text/tab-separated-values

The entries in the requested format.

The response is of type file.