Translate API v2, REST: Translation.ListLanguages
Written by
Updated at October 17, 2024
Retrieves the list of supported languages.
HTTP request
POST https://translate.api.cloud.yandex.net/translate/v2/languages
Body parameters
{
"folderId": "string"
}
Field |
Description |
folderId |
string ID of the folder to which you have access. |
Response
HTTP Code: 200 - OK
{
"languages": [
{
"code": "string",
"name": "string"
}
]
}
Field |
Description |
languages[] |
List of supported languages. |
Language
Field |
Description |
code |
string The language code. |
name |
string The name of the language (for example, |