v1

latestOpenAPI 3.0.12026-07-176129.7 KB
languages

List of all languages in which there are translations.

get/languages

Response

Successful operation

codestring

Codes for the representation of names of languages based on ISO 639-1 standard

namestring

Language name in English

native_namestring

Language name in native language

direction'ltr' | 'rtl'

Text-direction in the language

Example response

[
  {
    "code": "ar",
    "name": "Arabic",
    "native_name": "العربية",
    "direction": "rtl"
  }
]