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": 70,
    "next": "https://translate.mattermost.com/api/languages/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "id": 2,
            "code": "ab",
            "name": "Abkhazian",
            "plural": {
                "id": 2,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "abk"
            ],
            "direction": "ltr",
            "population": 91952,
            "web_url": "https://translate.mattermost.com/languages/ab/",
            "url": "https://translate.mattermost.com/api/languages/ab/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/ab/statistics/?format=api"
        },
        {
            "id": 9,
            "code": "am",
            "name": "Amharic",
            "plural": {
                "id": 9,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "amh"
            ],
            "direction": "ltr",
            "population": 35728475,
            "web_url": "https://translate.mattermost.com/languages/am/",
            "url": "https://translate.mattermost.com/api/languages/am/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/am/statistics/?format=api"
        },
        {
            "id": 12,
            "code": "ar",
            "name": "Arabic",
            "plural": {
                "id": 12,
                "source": 0,
                "number": 6,
                "formula": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5",
                "type": 3
            },
            "aliases": [
                "ar_ar",
                "ara",
                "arb"
            ],
            "direction": "rtl",
            "population": 351664195,
            "web_url": "https://translate.mattermost.com/languages/ar/",
            "url": "https://translate.mattermost.com/api/languages/ar/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/ar/statistics/?format=api"
        },
        {
            "id": 21,
            "code": "ars",
            "name": "Arabic (Najdi)",
            "plural": {
                "id": 21,
                "source": 0,
                "number": 6,
                "formula": "(n == 0) ? 0 : ((n == 1) ? 1 : ((n == 2) ? 2 : ((n % 100 >= 3 && n % 100 <= 10) ? 3 : ((n % 100 >= 11 && n % 100 <= 99) ? 4 : 5))))",
                "type": 12
            },
            "aliases": [],
            "direction": "ltr",
            "population": 1025205,
            "web_url": "https://translate.mattermost.com/languages/ars/",
            "url": "https://translate.mattermost.com/api/languages/ars/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/ars/statistics/?format=api"
        },
        {
            "id": 30,
            "code": "be",
            "name": "Belarusian",
            "plural": {
                "id": 30,
                "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",
            "population": 10064517,
            "web_url": "https://translate.mattermost.com/languages/be/",
            "url": "https://translate.mattermost.com/api/languages/be/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/be/statistics/?format=api"
        },
        {
            "id": 35,
            "code": "bg",
            "name": "Bulgarian",
            "plural": {
                "id": 35,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "bgr",
                "bul"
            ],
            "direction": "ltr",
            "population": 7878314,
            "web_url": "https://translate.mattermost.com/languages/bg/",
            "url": "https://translate.mattermost.com/api/languages/bg/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/bg/statistics/?format=api"
        },
        {
            "id": 40,
            "code": "bn",
            "name": "Bengali",
            "plural": {
                "id": 40,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "bd",
                "ben"
            ],
            "direction": "ltr",
            "population": 267193288,
            "web_url": "https://translate.mattermost.com/languages/bn/",
            "url": "https://translate.mattermost.com/api/languages/bn/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/bn/statistics/?format=api"
        },
        {
            "id": 44,
            "code": "br",
            "name": "Breton",
            "plural": {
                "id": 44,
                "source": 0,
                "number": 5,
                "formula": "(n % 10 == 1 && n % 100 != 11 && n % 100 != 71 && n % 100 != 91) ? 0 : ((n % 10 == 2 && n % 100 != 12 && n % 100 != 72 && n % 100 != 92) ? 1 : ((((n % 10 == 3 || n % 10 == 4) || n % 10 == 9) && (n % 100 < 10 || n % 100 > 19) && (n % 100 < 70 || n % 100 > 79) && (n % 100 < 90 || n % 100 > 99)) ? 2 : ((n != 0 && n % 1000000 == 0) ? 3 : 4)))",
                "type": 10
            },
            "aliases": [
                "bre"
            ],
            "direction": "ltr",
            "population": 563140,
            "web_url": "https://translate.mattermost.com/languages/br/",
            "url": "https://translate.mattermost.com/api/languages/br/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/br/statistics/?format=api"
        },
        {
            "id": 50,
            "code": "ca",
            "name": "Catalan",
            "plural": {
                "id": 50,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "ca_ps",
                "ca_ca",
                "cat"
            ],
            "direction": "ltr",
            "population": 8679138,
            "web_url": "https://translate.mattermost.com/languages/ca/",
            "url": "https://translate.mattermost.com/api/languages/ca/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/ca/statistics/?format=api"
        },
        {
            "id": 64,
            "code": "cs",
            "name": "Czech",
            "plural": {
                "id": 64,
                "source": 0,
                "number": 3,
                "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                "type": 2
            },
            "aliases": [
                "cs_cs",
                "cz",
                "csy",
                "ces",
                "cze"
            ],
            "direction": "ltr",
            "population": 13045532,
            "web_url": "https://translate.mattermost.com/languages/cs/",
            "url": "https://translate.mattermost.com/api/languages/cs/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/cs/statistics/?format=api"
        },
        {
            "id": 69,
            "code": "da",
            "name": "Danish",
            "plural": {
                "id": 69,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "da_da",
                "dk",
                "dan"
            ],
            "direction": "ltr",
            "population": 7072056,
            "web_url": "https://translate.mattermost.com/languages/da/",
            "url": "https://translate.mattermost.com/api/languages/da/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/da/statistics/?format=api"
        },
        {
            "id": 70,
            "code": "de",
            "name": "German",
            "plural": {
                "id": 70,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "deu_de",
                "deu",
                "ger"
            ],
            "direction": "ltr",
            "population": 136350226,
            "web_url": "https://translate.mattermost.com/languages/de/",
            "url": "https://translate.mattermost.com/api/languages/de/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/de/statistics/?format=api"
        },
        {
            "id": 79,
            "code": "el",
            "name": "Greek",
            "plural": {
                "id": 79,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "gr",
                "ell",
                "gre"
            ],
            "direction": "ltr",
            "population": 12292240,
            "web_url": "https://translate.mattermost.com/languages/el/",
            "url": "https://translate.mattermost.com/api/languages/el/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/el/statistics/?format=api"
        },
        {
            "id": 80,
            "code": "en",
            "name": "English",
            "plural": {
                "id": 80,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "en_en",
                "base",
                "source",
                "enp",
                "eng"
            ],
            "direction": "ltr",
            "population": 1636485517,
            "web_url": "https://translate.mattermost.com/languages/en/",
            "url": "https://translate.mattermost.com/api/languages/en/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/en/statistics/?format=api"
        },
        {
            "id": 81,
            "code": "en_AU",
            "name": "English (Australia)",
            "plural": {
                "id": 81,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "ena"
            ],
            "direction": "ltr",
            "population": 24447840,
            "web_url": "https://translate.mattermost.com/languages/en_AU/",
            "url": "https://translate.mattermost.com/api/languages/en_AU/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/en_AU/statistics/?format=api"
        },
        {
            "id": 91,
            "code": "es",
            "name": "Spanish",
            "plural": {
                "id": 91,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "es_la",
                "esp",
                "spa"
            ],
            "direction": "ltr",
            "population": 493528078,
            "web_url": "https://translate.mattermost.com/languages/es/",
            "url": "https://translate.mattermost.com/api/languages/es/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/es/statistics/?format=api"
        },
        {
            "id": 103,
            "code": "et",
            "name": "Estonian",
            "plural": {
                "id": 103,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "et_et",
                "est",
                "ekk"
            ],
            "direction": "ltr",
            "population": 878449,
            "web_url": "https://translate.mattermost.com/languages/et/",
            "url": "https://translate.mattermost.com/api/languages/et/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/et/statistics/?format=api"
        },
        {
            "id": 104,
            "code": "eu",
            "name": "Basque",
            "plural": {
                "id": 104,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "es_eu",
                "baq",
                "eus"
            ],
            "direction": "ltr",
            "population": 1088518,
            "web_url": "https://translate.mattermost.com/languages/eu/",
            "url": "https://translate.mattermost.com/api/languages/eu/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/eu/statistics/?format=api"
        },
        {
            "id": 106,
            "code": "fa",
            "name": "Persian",
            "plural": {
                "id": 106,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "fas_ir",
                "fas",
                "per",
                "pes"
            ],
            "direction": "rtl",
            "population": 84710458,
            "web_url": "https://translate.mattermost.com/languages/fa/",
            "url": "https://translate.mattermost.com/api/languages/fa/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/fa/statistics/?format=api"
        },
        {
            "id": 109,
            "code": "fi",
            "name": "Finnish",
            "plural": {
                "id": 109,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "fin_fi",
                "fin"
            ],
            "direction": "ltr",
            "population": 5736841,
            "web_url": "https://translate.mattermost.com/languages/fi/",
            "url": "https://translate.mattermost.com/api/languages/fi/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/fi/statistics/?format=api"
        },
        {
            "id": 110,
            "code": "fil",
            "name": "Filipino",
            "plural": {
                "id": 110,
                "source": 0,
                "number": 2,
                "formula": "n != 1 && n != 2 && n != 3 && (n % 10 == 4 || n % 10 == 6 || n % 10 == 9)",
                "type": 1
            },
            "aliases": [
                "fil_fil"
            ],
            "direction": "ltr",
            "population": 67471095,
            "web_url": "https://translate.mattermost.com/languages/fil/",
            "url": "https://translate.mattermost.com/api/languages/fil/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/fil/statistics/?format=api"
        },
        {
            "id": 113,
            "code": "fr",
            "name": "French",
            "plural": {
                "id": 113,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "fra_fr",
                "fra",
                "fre"
            ],
            "direction": "ltr",
            "population": 278611506,
            "web_url": "https://translate.mattermost.com/languages/fr/",
            "url": "https://translate.mattermost.com/api/languages/fr/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/fr/statistics/?format=api"
        },
        {
            "id": 121,
            "code": "fy",
            "name": "Frisian",
            "plural": {
                "id": 121,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "fry"
            ],
            "direction": "ltr",
            "population": 743057,
            "web_url": "https://translate.mattermost.com/languages/fy/",
            "url": "https://translate.mattermost.com/api/languages/fy/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/fy/statistics/?format=api"
        },
        {
            "id": 125,
            "code": "gl",
            "name": "Galician",
            "plural": {
                "id": 125,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "glg_es",
                "glg"
            ],
            "direction": "ltr",
            "population": 3515529,
            "web_url": "https://translate.mattermost.com/languages/gl/",
            "url": "https://translate.mattermost.com/api/languages/gl/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/gl/statistics/?format=api"
        },
        {
            "id": 128,
            "code": "gu",
            "name": "Gujarati",
            "plural": {
                "id": 128,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "guj",
                "prp"
            ],
            "direction": "ltr",
            "population": 61721798,
            "web_url": "https://translate.mattermost.com/languages/gu/",
            "url": "https://translate.mattermost.com/api/languages/gu/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/gu/statistics/?format=api"
        },
        {
            "id": 135,
            "code": "he",
            "name": "Hebrew",
            "plural": {
                "id": 135,
                "source": 0,
                "number": 4,
                "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                "type": 6
            },
            "aliases": [
                "he_he",
                "iw",
                "iw_il",
                "iw_he",
                "heb"
            ],
            "direction": "rtl",
            "population": 8675480,
            "web_url": "https://translate.mattermost.com/languages/he/",
            "url": "https://translate.mattermost.com/api/languages/he/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/he/statistics/?format=api"
        },
        {
            "id": 137,
            "code": "hi",
            "name": "Hindi",
            "plural": {
                "id": 137,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "hin"
            ],
            "direction": "ltr",
            "population": 545556054,
            "web_url": "https://translate.mattermost.com/languages/hi/",
            "url": "https://translate.mattermost.com/api/languages/hi/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/hi/statistics/?format=api"
        },
        {
            "id": 141,
            "code": "hr",
            "name": "Croatian",
            "plural": {
                "id": 141,
                "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": [
                "scr",
                "hrv"
            ],
            "direction": "ltr",
            "population": 6813163,
            "web_url": "https://translate.mattermost.com/languages/hr/",
            "url": "https://translate.mattermost.com/api/languages/hr/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/hr/statistics/?format=api"
        },
        {
            "id": 145,
            "code": "hu",
            "name": "Hungarian",
            "plural": {
                "id": 145,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "hun"
            ],
            "direction": "ltr",
            "population": 12443429,
            "web_url": "https://translate.mattermost.com/languages/hu/",
            "url": "https://translate.mattermost.com/api/languages/hu/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/hu/statistics/?format=api"
        },
        {
            "id": 149,
            "code": "id",
            "name": "Indonesian",
            "plural": {
                "id": 149,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "in",
                "in_id",
                "ind"
            ],
            "direction": "ltr",
            "population": 171207687,
            "web_url": "https://translate.mattermost.com/languages/id/",
            "url": "https://translate.mattermost.com/api/languages/id/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/id/statistics/?format=api"
        },
        {
            "id": 155,
            "code": "is",
            "name": "Icelandic",
            "plural": {
                "id": 155,
                "source": 0,
                "number": 2,
                "formula": "n % 10 != 1 || n % 100 == 11",
                "type": 1
            },
            "aliases": [
                "ice",
                "isl"
            ],
            "direction": "ltr",
            "population": 350734,
            "web_url": "https://translate.mattermost.com/languages/is/",
            "url": "https://translate.mattermost.com/api/languages/is/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/is/statistics/?format=api"
        },
        {
            "id": 156,
            "code": "it",
            "name": "Italian",
            "plural": {
                "id": 156,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "ita_it",
                "ita"
            ],
            "direction": "ltr",
            "population": 70247059,
            "web_url": "https://translate.mattermost.com/languages/it/",
            "url": "https://translate.mattermost.com/api/languages/it/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/it/statistics/?format=api"
        },
        {
            "id": 158,
            "code": "ja",
            "name": "Japanese",
            "plural": {
                "id": 158,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "jp",
                "jp_jpn",
                "ja_ja",
                "jpn_jp",
                "jpn"
            ],
            "direction": "ltr",
            "population": 119729025,
            "web_url": "https://translate.mattermost.com/languages/ja/",
            "url": "https://translate.mattermost.com/api/languages/ja/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/ja/statistics/?format=api"
        },
        {
            "id": 165,
            "code": "ka",
            "name": "Georgian",
            "plural": {
                "id": 165,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "geo",
                "kat"
            ],
            "direction": "ltr",
            "population": 3543645,
            "web_url": "https://translate.mattermost.com/languages/ka/",
            "url": "https://translate.mattermost.com/api/languages/ka/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/ka/statistics/?format=api"
        },
        {
            "id": 166,
            "code": "kab",
            "name": "Kabyle",
            "plural": {
                "id": 166,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "kab_kab"
            ],
            "direction": "ltr",
            "population": 3351886,
            "web_url": "https://translate.mattermost.com/languages/kab/",
            "url": "https://translate.mattermost.com/api/languages/kab/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/kab/statistics/?format=api"
        },
        {
            "id": 174,
            "code": "kk",
            "name": "Kazakh",
            "plural": {
                "id": 174,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "kk_cyrl",
                "kz",
                "kaz"
            ],
            "direction": "ltr",
            "population": 12219390,
            "web_url": "https://translate.mattermost.com/languages/kk/",
            "url": "https://translate.mattermost.com/api/languages/kk/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/kk/statistics/?format=api"
        },
        {
            "id": 177,
            "code": "km",
            "name": "Khmer (Central)",
            "plural": {
                "id": 177,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "khm"
            ],
            "direction": "ltr",
            "population": 15065030,
            "web_url": "https://translate.mattermost.com/languages/km/",
            "url": "https://translate.mattermost.com/api/languages/km/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/km/statistics/?format=api"
        },
        {
            "id": 180,
            "code": "ko",
            "name": "Korean",
            "plural": {
                "id": 180,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "ko_ko",
                "kor_kr",
                "kor"
            ],
            "direction": "ltr",
            "population": 78357047,
            "web_url": "https://translate.mattermost.com/languages/ko/",
            "url": "https://translate.mattermost.com/api/languages/ko/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/ko/statistics/?format=api"
        },
        {
            "id": 190,
            "code": "la",
            "name": "Latin",
            "plural": {
                "id": 190,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "la_la",
                "lat"
            ],
            "direction": "ltr",
            "population": 820,
            "web_url": "https://translate.mattermost.com/languages/la/",
            "url": "https://translate.mattermost.com/api/languages/la/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/la/statistics/?format=api"
        },
        {
            "id": 198,
            "code": "lo",
            "name": "Lao",
            "plural": {
                "id": 198,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "lao"
            ],
            "direction": "ltr",
            "population": 5138706,
            "web_url": "https://translate.mattermost.com/languages/lo/",
            "url": "https://translate.mattermost.com/api/languages/lo/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/lo/statistics/?format=api"
        },
        {
            "id": 199,
            "code": "lt",
            "name": "Lithuanian",
            "plural": {
                "id": 199,
                "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",
            "population": 2488617,
            "web_url": "https://translate.mattermost.com/languages/lt/",
            "url": "https://translate.mattermost.com/api/languages/lt/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/lt/statistics/?format=api"
        },
        {
            "id": 201,
            "code": "lv",
            "name": "Latvian",
            "plural": {
                "id": 201,
                "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",
                "lvs"
            ],
            "direction": "ltr",
            "population": 1147550,
            "web_url": "https://translate.mattermost.com/languages/lv/",
            "url": "https://translate.mattermost.com/api/languages/lv/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/lv/statistics/?format=api"
        },
        {
            "id": 212,
            "code": "mk",
            "name": "Macedonian",
            "plural": {
                "id": 212,
                "source": 0,
                "number": 2,
                "formula": "n==1 || n%10==1 ? 0 : 1",
                "type": 1
            },
            "aliases": [
                "mac",
                "mkd"
            ],
            "direction": "ltr",
            "population": 1608564,
            "web_url": "https://translate.mattermost.com/languages/mk/",
            "url": "https://translate.mattermost.com/api/languages/mk/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/mk/statistics/?format=api"
        },
        {
            "id": 213,
            "code": "ml",
            "name": "Malayalam",
            "plural": {
                "id": 213,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "mal"
            ],
            "direction": "ltr",
            "population": 43257484,
            "web_url": "https://translate.mattermost.com/languages/ml/",
            "url": "https://translate.mattermost.com/api/languages/ml/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/ml/statistics/?format=api"
        },
        {
            "id": 214,
            "code": "mn",
            "name": "Mongolian",
            "plural": {
                "id": 214,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "mon",
                "drh",
                "khk"
            ],
            "direction": "ltr",
            "population": 2948393,
            "web_url": "https://translate.mattermost.com/languages/mn/",
            "url": "https://translate.mattermost.com/api/languages/mn/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/mn/statistics/?format=api"
        },
        {
            "id": 223,
            "code": "nan",
            "name": "Chinese (Min Nan)",
            "plural": {
                "id": 223,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [],
            "direction": "ltr",
            "population": 2648638000,
            "web_url": "https://translate.mattermost.com/languages/nan/",
            "url": "https://translate.mattermost.com/api/languages/nan/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/nan/statistics/?format=api"
        },
        {
            "id": 226,
            "code": "nb_NO",
            "name": "Norwegian Bokmål",
            "plural": {
                "id": 226,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "norwegian",
                "no_nb",
                "nb_nb",
                "no_no",
                "no",
                "nb",
                "nob",
                "nor"
            ],
            "direction": "ltr",
            "population": 5467440,
            "web_url": "https://translate.mattermost.com/languages/nb_NO/",
            "url": "https://translate.mattermost.com/api/languages/nb_NO/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/nb_NO/statistics/?format=api"
        },
        {
            "id": 229,
            "code": "ne",
            "name": "Nepali",
            "plural": {
                "id": 229,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "np",
                "nep",
                "npi"
            ],
            "direction": "ltr",
            "population": 20903374,
            "web_url": "https://translate.mattermost.com/languages/ne/",
            "url": "https://translate.mattermost.com/api/languages/ne/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/ne/statistics/?format=api"
        },
        {
            "id": 231,
            "code": "nl",
            "name": "Dutch",
            "plural": {
                "id": 231,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "dut",
                "nld"
            ],
            "direction": "ltr",
            "population": 31765645,
            "web_url": "https://translate.mattermost.com/languages/nl/",
            "url": "https://translate.mattermost.com/api/languages/nl/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/nl/statistics/?format=api"
        },
        {
            "id": 241,
            "code": "oc",
            "name": "Occitan",
            "plural": {
                "id": 241,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "oci"
            ],
            "direction": "ltr",
            "population": 2040397,
            "web_url": "https://translate.mattermost.com/languages/oc/",
            "url": "https://translate.mattermost.com/api/languages/oc/?format=api",
            "statistics_url": "https://translate.mattermost.com/api/languages/oc/statistics/?format=api"
        }
    ]
}