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
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Translate
  • Getting started
    • Overview
    • API authentication
      • Overview
        • Overview
        • Translate
        • DetectLanguage
        • ListLanguages
  • Access management
  • Pricing policy

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
© 2025 Direct Cursus Technology L.L.C.