Skip to content

Supported languages

Description

GET https://impact.dots.eco/api/v1/supported-languages

Example request

The minimal request that will work.

curl --location --request GET  'https://impact.dots.eco/api/v1/supported-languages' \
--header 'Content-Type: application/json'

Example response

success

{
    "object": "list",
    "data": [
        "en",
        "he",
        "fr",
        "es",
        "sl",
        "el",
        "nl",
        "fi",
        "de",
        "ja",
        "ru",
        "it",
        "zh-hans",
        "pt-pt",
        "ro",
        "pt-br",
        "pl",
        "bg",
        "hu",
        "da",
        "sv",
        "es-mx",
        "cs",
        "ko",
        "fil",
        "vi",
        "th"
    ]
}