v1
latestOpenAPI 3.0.32026-07-265278189.1 KBManageGlossaries
List Language Pairs Supported by Glossaries
Deprecated. Use GET /v3/languages?resource=glossary instead, which returns per-language availability including source and target roles.
Retrieve the list of language pairs supported by the glossary feature.
get/v2/glossary-language-pairs
Response
A JSON object containing the language pairs in its supported_languages property.
Example response
{
"supported_languages": [
{
"source_lang": "en",
"target_lang": "de"
}
]
}