cURL
curl --request GET \ --url https://api.deepl.com/v2/glossaries \ --header 'Authorization: <api-key>'
{ "glossaries": [ { "glossary_id": "def3a26b-3e84-45b3-84ae-0c0aaf3525f7", "name": "My Glossary", "ready": true, "source_lang": "EN", "target_lang": "DE", "creation_time": "2021-08-03T14:16:18.329Z", "entry_count": 1 } ] }
List all glossaries and their meta-information, but not the glossary entries.
Show child attributes