Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Translate
  • Getting started
    • Overview
    • API authentication
      • Overview
        • Overview
        • Translate
        • DetectLanguage
        • ListLanguages
  • Access management

In this article:

  • HTTP request
  • Body parameters
  • Response
  • Language
  1. API reference
  2. REST v2
  3. Translation
  4. ListLanguages

Translate API v2, REST: Translation.ListLanguages

Written by
Yandex Cloud
Updated at January 13, 2025
  • HTTP request
  • Body parameters
  • Response
  • Language

Retrieves the list of supported languages.

HTTP requestHTTP request

POST https://translate.api.cloud.yandex.net/translate/v2/languages

Body parametersBody parameters

{
  "folderId": "string"
}

Field

Description

folderId

string

ID of the folder to which you have access.
Required for authorization with a user account.
Do not specify this field if you make the request on behalf of a service account.

ResponseResponse

HTTP Code: 200 - OK

{
  "languages": [
    {
      "code": "string",
      "name": "string"
    }
  ]
}

Field

Description

languages[]

Language

List of supported languages.

LanguageLanguage

Field

Description

code

string

The language code.
Most languages are specified in ISO 639-1 format (for example, ru), but the field are not limited to it.

name

string

The name of the language (for example, English).

Was the article helpful?

Previous
DetectLanguage
Next
Access management
Yandex project
© 2025 Yandex.Cloud LLC