OpenAPI spec for retrieving languages

This page contains only a guide that is auto-generated from DeepL's OpenAPI file.

For more detail about the /languages endpoint, please see the Retrieve languages entry.

Retrieve Supported Languages

GEThttps://api.deepl.com/v2/languages
Authorization
Query parameters
Response

JSON array where each item represents a supported language.

Body
language*string

The language code of the given language.

Example: "DE"
name*string

Name of the language in English.

Example: "German"
supports_formalityboolean

Denotes formality support in case of a target language listing.

Example: true
Response
[
  {
    "language": "DE",
    "name": "German",
    "supports_formality": true
  }
]

Last updated