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)"
}Glossaries v2
Retrieve glossary entries
List the entries of a single glossary in the format specified by the Accept header.
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
Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>
Headers
The requested format of the returned glossary entries. Currently, supports only text/tab-separated-values.
Available options:
text/tab-separated-values Path Parameters
A unique ID assigned to the glossary.
Response
The entries in the requested format.
⌘I