{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/yandex-translate/main/json-schema/list-languages-response.json",
"title": "ListLanguagesResponse",
"description": "Response from the Yandex Translate API list languages endpoint",
"type": "object",
"properties": {
"languages": {
"type": "array",
"description": "List of languages supported by the Translate API.",
"items": {
"$ref": "#/definitions/Language"
}
}
},
"definitions": {
"Language": {
"type": "object",
"description": "A supported language entry",
"properties": {
"code": {
"type": "string",
"description": "The language code, typically in ISO 639-1 format (e.g., 'en', 'ru', 'fr').",
"example": "en"
},
"name": {
"type": "string",
"description": "The human-readable name of the language (e.g., 'English').",
"example": "English"
}
}
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.