Skip to main content
Retrieve Glossary Entries
curl --request GET \
  --url https://api.deepl.com/v2/glossaries/{glossary_id}/entries \
  --header 'Authorization: <api-key>'
"Hello!\tGuten Tag!"
{
"message": "Invalid glossary entries provided",
"detail": "Key with the index 1 (starting at position 13) duplicates key with the index 0 (starting at position 0)"
}

Authorizations

Authorization
string
header
default:DeepL-Auth-Key
required

Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>

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

The entries in the requested format.