GET
/
v2
/
glossary-language-pairs
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Authentication with Authorization header and DeepL-Auth-Key authentication scheme

Response

200
application/json

A JSON object containing the language pairs in its supported_languages property.

The response is of type object.