List all Glossaries Run in API Explorer
Ask AI
List all glossaries and their meta-information, but not the glossary entries.
Responses
-
JSON object containing a the glossaries.
-
Authorization failed. Please supply a valid
DeepL-Auth-Keyvia theAuthorizationheader. -
Authorization failed. Please supply a valid
DeepL-Auth-Keyvia theAuthorizationheader. -
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.
GET
/v3/glossaries
curl \
--request GET 'https://api.deepl.com/v3/glossaries' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"glossaries": [
{
"glossary_id": "def3a26b-3e84-45b3-84ae-0c0aaf3525f7",
"name": "My Glossary",
"dictionaries": [
{
"source_lang": "EN",
"target_lang": "DE",
"entry_count": 1
},
{
"source_lang": "DE",
"target_lang": "EN",
"entry_count": 2
}
],
"creation_time": "2021-08-03T14:16:18.329Z"
}
]
}