cURL
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", "...": "..." } }
Get a list of supported languages.
An object listing supported languages and their corresponding locales.
The response is of type object.
object
Was this page helpful?