v1
latestOpenAPI 3.0.32026-07-265278189.1 KBMetaInformation
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.
Example response
[
{
"language": "DE",
"name": "German",
"supports_formality": true
}
]