Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 15,
    "next": null,
    "previous": null,
    "results": [
        {
            "code": "be",
            "name": "Belarusian",
            "plural": {
                "id": 28,
                "source": 0,
                "number": 3,
                "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                "type": 2
            },
            "aliases": [
                "xbelorussian",
                "by",
                "bel"
            ],
            "direction": "ltr",
            "web_url": "https://translate.memarc.info/languages/be/",
            "url": "https://translate.memarc.info/api/languages/be/?format=api",
            "statistics_url": "https://translate.memarc.info/api/languages/be/statistics/?format=api"
        },
        {
            "code": "cs",
            "name": "Czech",
            "plural": {
                "id": 58,
                "source": 0,
                "number": 3,
                "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                "type": 2
            },
            "aliases": [
                "cz",
                "csy",
                "ces",
                "cze"
            ],
            "direction": "ltr",
            "web_url": "https://translate.memarc.info/languages/cs/",
            "url": "https://translate.memarc.info/api/languages/cs/?format=api",
            "statistics_url": "https://translate.memarc.info/api/languages/cs/statistics/?format=api"
        },
        {
            "code": "de",
            "name": "German",
            "plural": {
                "id": 64,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "deu",
                "ger"
            ],
            "direction": "ltr",
            "web_url": "https://translate.memarc.info/languages/de/",
            "url": "https://translate.memarc.info/api/languages/de/?format=api",
            "statistics_url": "https://translate.memarc.info/api/languages/de/statistics/?format=api"
        },
        {
            "code": "en",
            "name": "English",
            "plural": {
                "id": 73,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "en_en",
                "base",
                "source",
                "enp",
                "eng"
            ],
            "direction": "ltr",
            "web_url": "https://translate.memarc.info/languages/en/",
            "url": "https://translate.memarc.info/api/languages/en/?format=api",
            "statistics_url": "https://translate.memarc.info/api/languages/en/statistics/?format=api"
        },
        {
            "code": "es",
            "name": "Spanish",
            "plural": {
                "id": 84,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "esp",
                "spa"
            ],
            "direction": "ltr",
            "web_url": "https://translate.memarc.info/languages/es/",
            "url": "https://translate.memarc.info/api/languages/es/?format=api",
            "statistics_url": "https://translate.memarc.info/api/languages/es/statistics/?format=api"
        },
        {
            "code": "fr",
            "name": "French",
            "plural": {
                "id": 103,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "fra",
                "fre"
            ],
            "direction": "ltr",
            "web_url": "https://translate.memarc.info/languages/fr/",
            "url": "https://translate.memarc.info/api/languages/fr/?format=api",
            "statistics_url": "https://translate.memarc.info/api/languages/fr/statistics/?format=api"
        },
        {
            "code": "he",
            "name": "Hebrew",
            "plural": {
                "id": 122,
                "source": 0,
                "number": 4,
                "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                "type": 6
            },
            "aliases": [
                "iw",
                "iw_il",
                "heb"
            ],
            "direction": "rtl",
            "web_url": "https://translate.memarc.info/languages/he/",
            "url": "https://translate.memarc.info/api/languages/he/?format=api",
            "statistics_url": "https://translate.memarc.info/api/languages/he/statistics/?format=api"
        },
        {
            "code": "hu",
            "name": "Hungarian",
            "plural": {
                "id": 131,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "hun"
            ],
            "direction": "ltr",
            "web_url": "https://translate.memarc.info/languages/hu/",
            "url": "https://translate.memarc.info/api/languages/hu/?format=api",
            "statistics_url": "https://translate.memarc.info/api/languages/hu/statistics/?format=api"
        },
        {
            "code": "it",
            "name": "Italian",
            "plural": {
                "id": 142,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "ita"
            ],
            "direction": "ltr",
            "web_url": "https://translate.memarc.info/languages/it/",
            "url": "https://translate.memarc.info/api/languages/it/?format=api",
            "statistics_url": "https://translate.memarc.info/api/languages/it/statistics/?format=api"
        },
        {
            "code": "lt",
            "name": "Lithuanian",
            "plural": {
                "id": 184,
                "source": 0,
                "number": 3,
                "formula": "(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2)",
                "type": 2
            },
            "aliases": [
                "lit"
            ],
            "direction": "ltr",
            "web_url": "https://translate.memarc.info/languages/lt/",
            "url": "https://translate.memarc.info/api/languages/lt/?format=api",
            "statistics_url": "https://translate.memarc.info/api/languages/lt/statistics/?format=api"
        },
        {
            "code": "lv",
            "name": "Latvian",
            "plural": {
                "id": 186,
                "source": 0,
                "number": 3,
                "formula": "(n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2)",
                "type": 11
            },
            "aliases": [
                "lav"
            ],
            "direction": "ltr",
            "web_url": "https://translate.memarc.info/languages/lv/",
            "url": "https://translate.memarc.info/api/languages/lv/?format=api",
            "statistics_url": "https://translate.memarc.info/api/languages/lv/statistics/?format=api"
        },
        {
            "code": "nl",
            "name": "Dutch",
            "plural": {
                "id": 215,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "dut",
                "nld"
            ],
            "direction": "ltr",
            "web_url": "https://translate.memarc.info/languages/nl/",
            "url": "https://translate.memarc.info/api/languages/nl/?format=api",
            "statistics_url": "https://translate.memarc.info/api/languages/nl/statistics/?format=api"
        },
        {
            "code": "pl",
            "name": "Polish",
            "plural": {
                "id": 233,
                "source": 0,
                "number": 3,
                "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                "type": 2
            },
            "aliases": [
                "plk",
                "pol"
            ],
            "direction": "ltr",
            "web_url": "https://translate.memarc.info/languages/pl/",
            "url": "https://translate.memarc.info/api/languages/pl/?format=api",
            "statistics_url": "https://translate.memarc.info/api/languages/pl/statistics/?format=api"
        },
        {
            "code": "ru",
            "name": "Russian",
            "plural": {
                "id": 248,
                "source": 0,
                "number": 3,
                "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                "type": 2
            },
            "aliases": [
                "ru_r",
                "ru_rr",
                "rus"
            ],
            "direction": "ltr",
            "web_url": "https://translate.memarc.info/languages/ru/",
            "url": "https://translate.memarc.info/api/languages/ru/?format=api",
            "statistics_url": "https://translate.memarc.info/api/languages/ru/statistics/?format=api"
        },
        {
            "code": "uk",
            "name": "Ukrainian",
            "plural": {
                "id": 313,
                "source": 0,
                "number": 3,
                "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                "type": 2
            },
            "aliases": [
                "ua",
                "ukr"
            ],
            "direction": "ltr",
            "web_url": "https://translate.memarc.info/languages/uk/",
            "url": "https://translate.memarc.info/api/languages/uk/?format=api",
            "statistics_url": "https://translate.memarc.info/api/languages/uk/statistics/?format=api"
        }
    ]
}