List Language Pairs Supported by Glossaries
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"
}
]
}Glossaries
List language pairs supported for glossaries
Retrieve the list of language pairs supported by the glossary feature.
List Language Pairs Supported by Glossaries
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"
}
]
}This endpoint returns all possible language pairs for glossaries.
This list of supported languages may also be useful.
Authorizations
Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>
Response
A JSON object containing the language pairs in its supported_languages property.
The list of supported languages
Show child attributes
Show child attributes
⌘I