Retrieve Glossary Entries Run in API Explorer
List the entries of a single glossary in the format specified by the Accept header.
Headers
-
The requested format of the returned glossary entries. Currently, supports only
text/tab-separated-values.Value is
text/tab-separated-values. Default value istext/tab-separated-values.
Responses
-
The entries in the requested format.
-
Bad request. Please check error message and your parameters.
-
Authorization failed. Please supply a valid
DeepL-Auth-Keyvia theAuthorizationheader. -
Forbidden. The access to the requested resource is denied, because of insufficient access rights.
-
The requested resource could not be found.
-
The requested entries format specified in the
Acceptheader is not supported. -
Too many requests. Please wait and resend your request.
-
Internal error.
-
Resource currently unavailable. Try again later.
-
Too many requests. Please wait and resend your request.
curl \
--request GET 'https://api.deepl.com/v2/glossaries/{glossary_id}/entries' \
--header "Authorization: $API_KEY" \
--header "Accept: {"in" => "header", "Accept" => "text/tab-separated-values"}"
Hello! Guten 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)"
}