Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Yandex Translate API Languages API

Operations for listing supported languages

Yandex Translate API Languages API is one of 4 APIs that Yandex Translate API publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Languages. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 1 operation across 1 path, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version v2.

Requests are made against a single base URL, https://translate.api.cloud.yandex.net.

1 operations 1 paths 4 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v2
Base URL
https://translate.api.cloud.yandex.net
Authentication
HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 2

Yandex Translate API Languages API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). An API key is passed in the header as Authorization (ApiKeyAuth). By default, every request must be authenticated.

  • BearerAuth — IAM token obtained from Yandex Identity and Access Management (IAM). Pass as 'Authorization: Bearer '.
  • ApiKeyAuth — API key for service accounts. Pass as 'Authorization: Api-Key '.

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.

Languages 1

Operations for listing supported languages

POST
/translate/v2/languages
List supported languages
listLanguages body → 200401403

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are ErrorResponse (3 properties), Language (2 properties), ListLanguagesResponse (1 property), ListLanguagesRequest (1 property). Each schema is shown below with its type and property counts.

ListLanguagesRequest
object
Request body for listing supported languages
1 property
ErrorResponse
object
Error response from the API
3 properties
ListLanguagesResponse
object
Response containing the list of supported languages
1 property
Language
object
A supported language entry
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

yandex-translate-languages-api-openapi.yml Raw ↑

Other APIs Yandex Translate API publishes across the network.

Yandex Translate API
Yandex Translate API Language Detection API
Yandex Translate API Translation API