Skip to main content
Retrieve Glossary Entries
curl --request GET \
  --url https://api.deepl.com/v2/glossaries/{glossary_id}/entries \
  --header 'Authorization: <api-key>'
{
  "message": "<string>",
  "detail": "<string>"
}

Authorizations

Authorization
string
header
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.