v1

latestOpenAPI 3.0.32026-07-265278189.1 KB
MetaInformation

Retrieve Supported Languages

Deprecated. Use GET /v3/languages?resource=translate_text (or the appropriate resource) instead. See the migration guide for details.

get/v2/languages

Query parameters

type'source' | 'target'

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

Response

JSON array where each item represents a supported language.

languagestring required

The language code of the given language.

namestring required

Name of the language in English.

supports_formalityboolean

Denotes formality support in case of a target language listing.

Example response

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