v1

latestOpenAPI 3.0.3LILT Platform Terms and Conditions2026-07-26651658.7 KB
Languages

Retrieve supported languages

Get a list of supported languages.

get/v2/languages

Response

An object listing supported languages and their corresponding locales.

source_to_targetobject

A two-dimensional object in which the first key is an ISO 639-1 language code indicating the source, and the second key is an ISO 639-1 language code indicating the target.

code_to_nameobject

An object in which the key is an ISO 639-1 language code, and the value is the language name.

Example response

{
  "source_to_target": {
    "en": {
      "da": true,
      "de": true,
      "fr": true,
      "...": "..."
    },
    "...": "..."
  },
  "code_to_name": {
    "aa": "Afar",
    "ab": "Abkhazian",
    "af": "Afrikaans",
    "...": "..."
  }
}