Skip to main content
GET
Retrieve Supported Languages
/v2/languages is deprecated. Use GET /v3/languages instead. See the migration guide for details.We do not yet have a timeline for sunsetting /v2/languages, and we’ll share more detail on this topic by the end of Q2 2026.

Authorizations

Authorization
string
header
default:DeepL-Auth-Key
required

Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>

Query Parameters

type
enum<string>
default:source

Supported values are "source" or "target". If type parameter is not included, defaults to "source".

Available options:
source,
target

Response

JSON array where each item represents a supported language.

language
string
required

The language code of the given language.

Example:

"DE"

name
string
required

Name of the language in English.

Example:

"German"

supports_formality
boolean

Denotes formality support in case of a target language listing.

Example:

true