curl --request GET \
--url https://api.deepl.com/v3/glossaries/{glossary_id} \
--header 'Authorization: <api-key>'{
"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.429Z"
}Retrieve meta information for a single glossary, omitting the glossary entries.
curl --request GET \
--url https://api.deepl.com/v3/glossaries/{glossary_id} \
--header 'Authorization: <api-key>'{
"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.429Z"
}Documentation Index
Fetch the complete documentation index at: https://deepl-c950b784-customizations-with-variants.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>
A unique ID assigned to the glossary.
JSON object containing the glossary meta-information.
A unique ID assigned to a glossary.
"def3a26b-3e84-45b3-84ae-0c0aaf3525f7"
Name associated with the glossary.
List of dictionaries contained in this glossary. Each dictionary contains a source and target language, as well as pairs of source and target entries.
Show child attributes
The creation time of the glossary in the ISO 8601-1:2019 format (e.g.: 2021-08-03T14:16:18.329Z).