GET
/
v2
/
languages
Retrieve supported languages
curl --request GET \
  --url https://api.lilt.com/v2/languages
{
  "source_to_target": {
    "en": {
      "da": true,
      "de": true,
      "fr": true,
      "...": "..."
    },
    "...": "..."
  },
  "code_to_name": {
    "aa": "Afar",
    "ab": "Abkhazian",
    "af": "Afrikaans",
    "...": "..."
  }
}

Authorizations

key
string
query
required

Response

200
application/json

An object listing supported languages and their corresponding locales.

The response is of type object.