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": 49,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 18,
            "code": "ar_SA",
            "name": "Arabic (Saudi Arabia)",
            "plural": {
                "id": 18,
                "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": [],
            "direction": "rtl",
            "population": 34173500,
            "web_url": "http://translate.otrs.com/languages/ar_SA/",
            "url": "http://translate.otrs.com/api/languages/ar_SA/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/ar_SA/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": "http://translate.otrs.com/languages/bg/",
            "url": "http://translate.otrs.com/api/languages/bg/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/bg/statistics/?format=api"
        },
        {
            "id": 49,
            "code": "ca",
            "name": "Catalan",
            "plural": {
                "id": 49,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "ca_ps",
                "ca_ca",
                "cat"
            ],
            "direction": "ltr",
            "population": 8679138,
            "web_url": "http://translate.otrs.com/languages/ca/",
            "url": "http://translate.otrs.com/api/languages/ca/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/ca/statistics/?format=api"
        },
        {
            "id": 61,
            "code": "cs",
            "name": "Czech",
            "plural": {
                "id": 61,
                "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": "http://translate.otrs.com/languages/cs/",
            "url": "http://translate.otrs.com/api/languages/cs/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/cs/statistics/?format=api"
        },
        {
            "id": 66,
            "code": "da",
            "name": "Danish",
            "plural": {
                "id": 66,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "da_da",
                "dk",
                "dan"
            ],
            "direction": "ltr",
            "population": 7072056,
            "web_url": "http://translate.otrs.com/languages/da/",
            "url": "http://translate.otrs.com/api/languages/da/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/da/statistics/?format=api"
        },
        {
            "id": 67,
            "code": "de",
            "name": "German",
            "plural": {
                "id": 67,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "deu_de",
                "deu",
                "ger"
            ],
            "direction": "ltr",
            "population": 136350226,
            "web_url": "http://translate.otrs.com/languages/de/",
            "url": "http://translate.otrs.com/api/languages/de/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/de/statistics/?format=api"
        },
        {
            "id": 75,
            "code": "el",
            "name": "Greek",
            "plural": {
                "id": 75,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "gr",
                "ell",
                "gre"
            ],
            "direction": "ltr",
            "population": 12292240,
            "web_url": "http://translate.otrs.com/languages/el/",
            "url": "http://translate.otrs.com/api/languages/el/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/el/statistics/?format=api"
        },
        {
            "id": 76,
            "code": "en",
            "name": "English",
            "plural": {
                "id": 76,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "en_en",
                "base",
                "source",
                "enp",
                "eng"
            ],
            "direction": "ltr",
            "population": 1636485517,
            "web_url": "http://translate.otrs.com/languages/en/",
            "url": "http://translate.otrs.com/api/languages/en/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/en/statistics/?format=api"
        },
        {
            "id": 78,
            "code": "en_CA",
            "name": "English (Canada)",
            "plural": {
                "id": 78,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [],
            "direction": "ltr",
            "population": 32416926,
            "web_url": "http://translate.otrs.com/languages/en_CA/",
            "url": "http://translate.otrs.com/api/languages/en_CA/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/en_CA/statistics/?format=api"
        },
        {
            "id": 79,
            "code": "en_GB",
            "name": "English (United Kingdom)",
            "plural": {
                "id": 79,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "english_uk",
                "eng_gb"
            ],
            "direction": "ltr",
            "population": 64445878,
            "web_url": "http://translate.otrs.com/languages/en_GB/",
            "url": "http://translate.otrs.com/api/languages/en_GB/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/en_GB/statistics/?format=api"
        },
        {
            "id": 87,
            "code": "es",
            "name": "Spanish",
            "plural": {
                "id": 87,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "es_la",
                "esp",
                "spa"
            ],
            "direction": "ltr",
            "population": 493528078,
            "web_url": "http://translate.otrs.com/languages/es/",
            "url": "http://translate.otrs.com/api/languages/es/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/es/statistics/?format=api"
        },
        {
            "id": 93,
            "code": "es_MX",
            "name": "Spanish (Mexico)",
            "plural": {
                "id": 93,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "mspanish"
            ],
            "direction": "ltr",
            "population": 106779500,
            "web_url": "http://translate.otrs.com/languages/es_MX/",
            "url": "http://translate.otrs.com/api/languages/es_MX/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/es_MX/statistics/?format=api"
        },
        {
            "id": 97,
            "code": "et",
            "name": "Estonian",
            "plural": {
                "id": 97,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "et_et",
                "est"
            ],
            "direction": "ltr",
            "population": 878449,
            "web_url": "http://translate.otrs.com/languages/et/",
            "url": "http://translate.otrs.com/api/languages/et/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/et/statistics/?format=api"
        },
        {
            "id": 99,
            "code": "fa",
            "name": "Persian",
            "plural": {
                "id": 99,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "fas_ir",
                "fas",
                "per"
            ],
            "direction": "rtl",
            "population": 84710458,
            "web_url": "http://translate.otrs.com/languages/fa/",
            "url": "http://translate.otrs.com/api/languages/fa/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/fa/statistics/?format=api"
        },
        {
            "id": 102,
            "code": "fi",
            "name": "Finnish",
            "plural": {
                "id": 102,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "fin_fi",
                "fin"
            ],
            "direction": "ltr",
            "population": 5736841,
            "web_url": "http://translate.otrs.com/languages/fi/",
            "url": "http://translate.otrs.com/api/languages/fi/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/fi/statistics/?format=api"
        },
        {
            "id": 106,
            "code": "fr",
            "name": "French",
            "plural": {
                "id": 106,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "fra_fr",
                "fra",
                "fre"
            ],
            "direction": "ltr",
            "population": 278611506,
            "web_url": "http://translate.otrs.com/languages/fr/",
            "url": "http://translate.otrs.com/api/languages/fr/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/fr/statistics/?format=api"
        },
        {
            "id": 109,
            "code": "fr_CA",
            "name": "French (Canada)",
            "plural": {
                "id": 109,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [],
            "direction": "ltr",
            "population": 11308230,
            "web_url": "http://translate.otrs.com/languages/fr_CA/",
            "url": "http://translate.otrs.com/api/languages/fr_CA/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/fr_CA/statistics/?format=api"
        },
        {
            "id": 117,
            "code": "gl",
            "name": "Galician",
            "plural": {
                "id": 117,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "glg_es",
                "glg"
            ],
            "direction": "ltr",
            "population": 3515529,
            "web_url": "http://translate.otrs.com/languages/gl/",
            "url": "http://translate.otrs.com/api/languages/gl/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/gl/statistics/?format=api"
        },
        {
            "id": 126,
            "code": "he",
            "name": "Hebrew",
            "plural": {
                "id": 126,
                "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": "http://translate.otrs.com/languages/he/",
            "url": "http://translate.otrs.com/api/languages/he/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/he/statistics/?format=api"
        },
        {
            "id": 127,
            "code": "hi",
            "name": "Hindi",
            "plural": {
                "id": 127,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "hin"
            ],
            "direction": "ltr",
            "population": 545556054,
            "web_url": "http://translate.otrs.com/languages/hi/",
            "url": "http://translate.otrs.com/api/languages/hi/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/hi/statistics/?format=api"
        },
        {
            "id": 131,
            "code": "hr",
            "name": "Croatian",
            "plural": {
                "id": 131,
                "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": "http://translate.otrs.com/languages/hr/",
            "url": "http://translate.otrs.com/api/languages/hr/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/hr/statistics/?format=api"
        },
        {
            "id": 135,
            "code": "hu",
            "name": "Hungarian",
            "plural": {
                "id": 135,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "hun"
            ],
            "direction": "ltr",
            "population": 12443429,
            "web_url": "http://translate.otrs.com/languages/hu/",
            "url": "http://translate.otrs.com/api/languages/hu/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/hu/statistics/?format=api"
        },
        {
            "id": 139,
            "code": "id",
            "name": "Indonesian",
            "plural": {
                "id": 139,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "in",
                "in_id",
                "ind"
            ],
            "direction": "ltr",
            "population": 171207687,
            "web_url": "http://translate.otrs.com/languages/id/",
            "url": "http://translate.otrs.com/api/languages/id/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/id/statistics/?format=api"
        },
        {
            "id": 146,
            "code": "it",
            "name": "Italian",
            "plural": {
                "id": 146,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "ita_it",
                "ita"
            ],
            "direction": "ltr",
            "population": 70247059,
            "web_url": "http://translate.otrs.com/languages/it/",
            "url": "http://translate.otrs.com/api/languages/it/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/it/statistics/?format=api"
        },
        {
            "id": 148,
            "code": "ja",
            "name": "Japanese",
            "plural": {
                "id": 148,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "jp",
                "jp_jpn",
                "ja_ja",
                "jpn_jp",
                "jpn"
            ],
            "direction": "ltr",
            "population": 119729025,
            "web_url": "http://translate.otrs.com/languages/ja/",
            "url": "http://translate.otrs.com/api/languages/ja/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/ja/statistics/?format=api"
        },
        {
            "id": 170,
            "code": "ko",
            "name": "Korean",
            "plural": {
                "id": 170,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "ko_ko",
                "kor_kr",
                "kor"
            ],
            "direction": "ltr",
            "population": 78357047,
            "web_url": "http://translate.otrs.com/languages/ko/",
            "url": "http://translate.otrs.com/api/languages/ko/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/ko/statistics/?format=api"
        },
        {
            "id": 188,
            "code": "lt",
            "name": "Lithuanian",
            "plural": {
                "id": 188,
                "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": "http://translate.otrs.com/languages/lt/",
            "url": "http://translate.otrs.com/api/languages/lt/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/lt/statistics/?format=api"
        },
        {
            "id": 190,
            "code": "lv",
            "name": "Latvian",
            "plural": {
                "id": 190,
                "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",
            "population": 1147550,
            "web_url": "http://translate.otrs.com/languages/lv/",
            "url": "http://translate.otrs.com/api/languages/lv/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/lv/statistics/?format=api"
        },
        {
            "id": 201,
            "code": "mk",
            "name": "Macedonian",
            "plural": {
                "id": 201,
                "source": 0,
                "number": 2,
                "formula": "n==1 || n%10==1 ? 0 : 1",
                "type": 1
            },
            "aliases": [
                "mac",
                "mkd"
            ],
            "direction": "ltr",
            "population": 1608564,
            "web_url": "http://translate.otrs.com/languages/mk/",
            "url": "http://translate.otrs.com/api/languages/mk/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/mk/statistics/?format=api"
        },
        {
            "id": 207,
            "code": "ms",
            "name": "Malay",
            "plural": {
                "id": 207,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "may",
                "msa"
            ],
            "direction": "ltr",
            "population": 34869275,
            "web_url": "http://translate.otrs.com/languages/ms/",
            "url": "http://translate.otrs.com/api/languages/ms/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/ms/statistics/?format=api"
        },
        {
            "id": 215,
            "code": "nb_NO",
            "name": "Norwegian Bokmål",
            "plural": {
                "id": 215,
                "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": "http://translate.otrs.com/languages/nb_NO/",
            "url": "http://translate.otrs.com/api/languages/nb_NO/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/nb_NO/statistics/?format=api"
        },
        {
            "id": 220,
            "code": "nl",
            "name": "Dutch",
            "plural": {
                "id": 220,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "dut",
                "nld"
            ],
            "direction": "ltr",
            "population": 31765645,
            "web_url": "http://translate.otrs.com/languages/nl/",
            "url": "http://translate.otrs.com/api/languages/nl/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/nl/statistics/?format=api"
        },
        {
            "id": 239,
            "code": "pl",
            "name": "Polish",
            "plural": {
                "id": 239,
                "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",
            "population": 41077398,
            "web_url": "http://translate.otrs.com/languages/pl/",
            "url": "http://translate.otrs.com/api/languages/pl/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/pl/statistics/?format=api"
        },
        {
            "id": 244,
            "code": "pt",
            "name": "Portuguese",
            "plural": {
                "id": 244,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "por_pt",
                "ptg",
                "por"
            ],
            "direction": "ltr",
            "population": 237496883,
            "web_url": "http://translate.otrs.com/languages/pt/",
            "url": "http://translate.otrs.com/api/languages/pt/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/pt/statistics/?format=api"
        },
        {
            "id": 246,
            "code": "pt_BR",
            "name": "Portuguese (Brazil)",
            "plural": {
                "id": 246,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "braz_por",
                "portuguese_br",
                "bp",
                "por_br",
                "ptb"
            ],
            "direction": "ltr",
            "population": 192661560,
            "web_url": "http://translate.otrs.com/languages/pt_BR/",
            "url": "http://translate.otrs.com/api/languages/pt_BR/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/pt_BR/statistics/?format=api"
        },
        {
            "id": 251,
            "code": "ro",
            "name": "Romanian",
            "plural": {
                "id": 251,
                "source": 0,
                "number": 3,
                "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
                "type": 2
            },
            "aliases": [
                "ron",
                "rum"
            ],
            "direction": "ltr",
            "population": 22187407,
            "web_url": "http://translate.otrs.com/languages/ro/",
            "url": "http://translate.otrs.com/api/languages/ro/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/ro/statistics/?format=api"
        },
        {
            "id": 254,
            "code": "ru",
            "name": "Russian",
            "plural": {
                "id": 254,
                "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",
            "population": 195841151,
            "web_url": "http://translate.otrs.com/languages/ru/",
            "url": "http://translate.otrs.com/api/languages/ru/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/ru/statistics/?format=api"
        },
        {
            "id": 275,
            "code": "sk",
            "name": "Slovak",
            "plural": {
                "id": 275,
                "source": 0,
                "number": 3,
                "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                "type": 2
            },
            "aliases": [
                "svk",
                "sky",
                "slk",
                "slo"
            ],
            "direction": "ltr",
            "population": 6680269,
            "web_url": "http://translate.otrs.com/languages/sk/",
            "url": "http://translate.otrs.com/api/languages/sk/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/sk/statistics/?format=api"
        },
        {
            "id": 276,
            "code": "sl",
            "name": "Slovenian",
            "plural": {
                "id": 276,
                "source": 0,
                "number": 4,
                "formula": "n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3",
                "type": 6
            },
            "aliases": [
                "sl_sl",
                "slv"
            ],
            "direction": "ltr",
            "population": 1973179,
            "web_url": "http://translate.otrs.com/languages/sl/",
            "url": "http://translate.otrs.com/api/languages/sl/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/sl/statistics/?format=api"
        },
        {
            "id": 287,
            "code": "sr",
            "name": "Serbian",
            "plural": {
                "id": 287,
                "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": [
                "scc",
                "sr_cs",
                "rs",
                "srp"
            ],
            "direction": "ltr",
            "population": 7516818,
            "web_url": "http://translate.otrs.com/languages/sr/",
            "url": "http://translate.otrs.com/api/languages/sr/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/sr/statistics/?format=api"
        },
        {
            "id": 294,
            "code": "sv",
            "name": "Swedish",
            "plural": {
                "id": 294,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "swe_se",
                "sve",
                "swe"
            ],
            "direction": "ltr",
            "population": 12932871,
            "web_url": "http://translate.otrs.com/languages/sv/",
            "url": "http://translate.otrs.com/api/languages/sv/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/sv/statistics/?format=api"
        },
        {
            "id": 295,
            "code": "sw",
            "name": "Swahili",
            "plural": {
                "id": 295,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "swa"
            ],
            "direction": "ltr",
            "population": 171610296,
            "web_url": "http://translate.otrs.com/languages/sw/",
            "url": "http://translate.otrs.com/api/languages/sw/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/sw/statistics/?format=api"
        },
        {
            "id": 304,
            "code": "th",
            "name": "Thai",
            "plural": {
                "id": 304,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "tha"
            ],
            "direction": "ltr",
            "population": 55181920,
            "web_url": "http://translate.otrs.com/languages/th/",
            "url": "http://translate.otrs.com/api/languages/th/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/th/statistics/?format=api"
        },
        {
            "id": 313,
            "code": "tr",
            "name": "Turkish",
            "plural": {
                "id": 313,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "trk",
                "tur"
            ],
            "direction": "ltr",
            "population": 80360705,
            "web_url": "http://translate.otrs.com/languages/tr/",
            "url": "http://translate.otrs.com/api/languages/tr/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/tr/statistics/?format=api"
        },
        {
            "id": 321,
            "code": "uk",
            "name": "Ukrainian",
            "plural": {
                "id": 321,
                "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",
                "ua_ua",
                "uk_uk",
                "ukr"
            ],
            "direction": "ltr",
            "population": 29348975,
            "web_url": "http://translate.otrs.com/languages/uk/",
            "url": "http://translate.otrs.com/api/languages/uk/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/uk/statistics/?format=api"
        },
        {
            "id": 328,
            "code": "vi",
            "name": "Vietnamese",
            "plural": {
                "id": 328,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "vn",
                "vie"
            ],
            "direction": "ltr",
            "population": 86222961,
            "web_url": "http://translate.otrs.com/languages/vi/",
            "url": "http://translate.otrs.com/api/languages/vi/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/vi/statistics/?format=api"
        },
        {
            "id": 343,
            "code": "zh_Hans",
            "name": "Chinese (Simplified)",
            "plural": {
                "id": 343,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "chinese",
                "chinese_chs",
                "schinese",
                "chinese_zh",
                "cn",
                "zh",
                "zhcn",
                "zh_cn",
                "zh_chs",
                "cmn",
                "zh_hans_cn",
                "zh_cmn_hans",
                "chs",
                "chi"
            ],
            "direction": "ltr",
            "population": 1266066359,
            "web_url": "http://translate.otrs.com/languages/zh_Hans/",
            "url": "http://translate.otrs.com/api/languages/zh_Hans/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/zh_Hans/statistics/?format=api"
        },
        {
            "id": 345,
            "code": "zh_Hant",
            "name": "Chinese (Traditional)",
            "plural": {
                "id": 345,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "tchinese",
                "zh_cht",
                "zhtw",
                "zh_tw",
                "zh_hant_tw",
                "zh_hant@zh",
                "zh_cmn_hant",
                "cht",
                "zho"
            ],
            "direction": "ltr",
            "population": 38612556,
            "web_url": "http://translate.otrs.com/languages/zh_Hant/",
            "url": "http://translate.otrs.com/api/languages/zh_Hant/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/zh_Hant/statistics/?format=api"
        },
        {
            "id": 348,
            "code": "es_CO",
            "name": "Spanish (Colombia)",
            "plural": {
                "id": 368,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [],
            "direction": "ltr",
            "population": 45648864,
            "web_url": "http://translate.otrs.com/languages/es_CO/",
            "url": "http://translate.otrs.com/api/languages/es_CO/?format=api",
            "statistics_url": "http://translate.otrs.com/api/languages/es_CO/statistics/?format=api"
        }
    ]
}