curl --request GET \
--url https://api.deepl.com/v2/glossary-language-pairs \
--header 'Authorization: <api-key>'{
"supported_languages": [
{
"source_lang": "de",
"target_lang": "en"
},
{
"source_lang": "en",
"target_lang": "de"
}
]
}Retrieve the list of language pairs supported by the glossary feature.
curl --request GET \
--url https://api.deepl.com/v2/glossary-language-pairs \
--header 'Authorization: <api-key>'{
"supported_languages": [
{
"source_lang": "de",
"target_lang": "en"
},
{
"source_lang": "en",
"target_lang": "de"
}
]
}Documentation Index
Fetch the complete documentation index at: https://deepl-c950b784-update-customizations-langs.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 JSON object containing the language pairs in its supported_languages property.
The list of supported languages
Show child attributes