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": 62,
    "next": "https://translate.zoiper.com/api/languages/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "id": 7,
            "code": "ca",
            "name": "Catalan",
            "plural": {
                "id": 42,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "ca_ps",
                "ca_ca",
                "cat"
            ],
            "direction": "ltr",
            "population": 8679138,
            "web_url": "https://translate.zoiper.com/languages/ca/",
            "url": "https://translate.zoiper.com/api/languages/ca/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/ca/statistics/?format=api"
        },
        {
            "id": 14,
            "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.zoiper.com/languages/cs/",
            "url": "https://translate.zoiper.com/api/languages/cs/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/cs/statistics/?format=api"
        },
        {
            "id": 23,
            "code": "pt",
            "name": "Portuguese",
            "plural": {
                "id": 202,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "por_pt",
                "ptg",
                "por"
            ],
            "direction": "ltr",
            "population": 237496883,
            "web_url": "https://translate.zoiper.com/languages/pt/",
            "url": "https://translate.zoiper.com/api/languages/pt/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/pt/statistics/?format=api"
        },
        {
            "id": 28,
            "code": "tr",
            "name": "Turkish",
            "plural": {
                "id": 259,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "trk",
                "tur"
            ],
            "direction": "ltr",
            "population": 80360705,
            "web_url": "https://translate.zoiper.com/languages/tr/",
            "url": "https://translate.zoiper.com/api/languages/tr/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/tr/statistics/?format=api"
        },
        {
            "id": 29,
            "code": "uk",
            "name": "Ukrainian",
            "plural": {
                "id": 263,
                "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": "https://translate.zoiper.com/languages/uk/",
            "url": "https://translate.zoiper.com/api/languages/uk/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/uk/statistics/?format=api"
        },
        {
            "id": 30,
            "code": "lv",
            "name": "Latvian",
            "plural": {
                "id": 145,
                "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": "https://translate.zoiper.com/languages/lv/",
            "url": "https://translate.zoiper.com/api/languages/lv/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/lv/statistics/?format=api"
        },
        {
            "id": 31,
            "code": "lt",
            "name": "Lithuanian",
            "plural": {
                "id": 148,
                "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.zoiper.com/languages/lt/",
            "url": "https://translate.zoiper.com/api/languages/lt/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/lt/statistics/?format=api"
        },
        {
            "id": 35,
            "code": "th",
            "name": "Thai",
            "plural": {
                "id": 252,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "tha"
            ],
            "direction": "ltr",
            "population": 55181920,
            "web_url": "https://translate.zoiper.com/languages/th/",
            "url": "https://translate.zoiper.com/api/languages/th/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/th/statistics/?format=api"
        },
        {
            "id": 41,
            "code": "en_GB",
            "name": "English (United Kingdom)",
            "plural": {
                "id": 77,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "english_uk",
                "eng_gb"
            ],
            "direction": "ltr",
            "population": 64445878,
            "web_url": "https://translate.zoiper.com/languages/en_GB/",
            "url": "https://translate.zoiper.com/api/languages/en_GB/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/en_GB/statistics/?format=api"
        },
        {
            "id": 44,
            "code": "pt_BR",
            "name": "Portuguese (Brazil)",
            "plural": {
                "id": 203,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "braz_por",
                "portuguese_br",
                "bp",
                "por_br",
                "ptb"
            ],
            "direction": "ltr",
            "population": 192661560,
            "web_url": "https://translate.zoiper.com/languages/pt_BR/",
            "url": "https://translate.zoiper.com/api/languages/pt_BR/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/pt_BR/statistics/?format=api"
        },
        {
            "id": 45,
            "code": "hr",
            "name": "Croatian",
            "plural": {
                "id": 63,
                "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.zoiper.com/languages/hr/",
            "url": "https://translate.zoiper.com/api/languages/hr/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/hr/statistics/?format=api"
        },
        {
            "id": 46,
            "code": "de",
            "name": "German",
            "plural": {
                "id": 97,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "deu_de",
                "deu",
                "ger"
            ],
            "direction": "ltr",
            "population": 136350226,
            "web_url": "https://translate.zoiper.com/languages/de/",
            "url": "https://translate.zoiper.com/api/languages/de/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/de/statistics/?format=api"
        },
        {
            "id": 48,
            "code": "da",
            "name": "Danish",
            "plural": {
                "id": 65,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "da_da",
                "dk",
                "dan"
            ],
            "direction": "ltr",
            "population": 7072056,
            "web_url": "https://translate.zoiper.com/languages/da/",
            "url": "https://translate.zoiper.com/api/languages/da/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/da/statistics/?format=api"
        },
        {
            "id": 49,
            "code": "hi",
            "name": "Hindi",
            "plural": {
                "id": 110,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "hin"
            ],
            "direction": "ltr",
            "population": 545556054,
            "web_url": "https://translate.zoiper.com/languages/hi/",
            "url": "https://translate.zoiper.com/api/languages/hi/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/hi/statistics/?format=api"
        },
        {
            "id": 53,
            "code": "he",
            "name": "Hebrew",
            "plural": {
                "id": 107,
                "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.zoiper.com/languages/he/",
            "url": "https://translate.zoiper.com/api/languages/he/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/he/statistics/?format=api"
        },
        {
            "id": 66,
            "code": "zh_HK",
            "name": "Chinese (Hong Kong)",
            "plural": {
                "id": 52,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [],
            "direction": "ltr",
            "population": 0,
            "web_url": "https://translate.zoiper.com/languages/zh_HK/",
            "url": "https://translate.zoiper.com/api/languages/zh_HK/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/zh_HK/statistics/?format=api"
        },
        {
            "id": 74,
            "code": "el",
            "name": "Greek",
            "plural": {
                "id": 99,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "gr",
                "ell",
                "gre"
            ],
            "direction": "ltr",
            "population": 12292240,
            "web_url": "https://translate.zoiper.com/languages/el/",
            "url": "https://translate.zoiper.com/api/languages/el/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/el/statistics/?format=api"
        },
        {
            "id": 76,
            "code": "en",
            "name": "English",
            "plural": {
                "id": 71,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "en_en",
                "base",
                "source",
                "enp",
                "eng"
            ],
            "direction": "ltr",
            "population": 1636485517,
            "web_url": "https://translate.zoiper.com/languages/en/",
            "url": "https://translate.zoiper.com/api/languages/en/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/en/statistics/?format=api"
        },
        {
            "id": 82,
            "code": "am",
            "name": "Amharic",
            "plural": {
                "id": 7,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "amh"
            ],
            "direction": "ltr",
            "population": 35728475,
            "web_url": "https://translate.zoiper.com/languages/am/",
            "url": "https://translate.zoiper.com/api/languages/am/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/am/statistics/?format=api"
        },
        {
            "id": 83,
            "code": "it",
            "name": "Italian",
            "plural": {
                "id": 121,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "ita_it",
                "ita"
            ],
            "direction": "ltr",
            "population": 70247059,
            "web_url": "https://translate.zoiper.com/languages/it/",
            "url": "https://translate.zoiper.com/api/languages/it/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/it/statistics/?format=api"
        },
        {
            "id": 84,
            "code": "an",
            "name": "Aragonese",
            "plural": {
                "id": 12,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "arg"
            ],
            "direction": "ltr",
            "population": 26008,
            "web_url": "https://translate.zoiper.com/languages/an/",
            "url": "https://translate.zoiper.com/api/languages/an/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/an/statistics/?format=api"
        },
        {
            "id": 87,
            "code": "ar",
            "name": "Arabic",
            "plural": {
                "id": 9,
                "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"
            ],
            "direction": "rtl",
            "population": 351664195,
            "web_url": "https://translate.zoiper.com/languages/ar/",
            "url": "https://translate.zoiper.com/api/languages/ar/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/ar/statistics/?format=api"
        },
        {
            "id": 89,
            "code": "mk",
            "name": "Macedonian",
            "plural": {
                "id": 154,
                "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.zoiper.com/languages/mk/",
            "url": "https://translate.zoiper.com/api/languages/mk/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/mk/statistics/?format=api"
        },
        {
            "id": 92,
            "code": "et",
            "name": "Estonian",
            "plural": {
                "id": 80,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "et_et",
                "est"
            ],
            "direction": "ltr",
            "population": 878449,
            "web_url": "https://translate.zoiper.com/languages/et/",
            "url": "https://translate.zoiper.com/api/languages/et/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/et/statistics/?format=api"
        },
        {
            "id": 98,
            "code": "ru",
            "name": "Russian",
            "plural": {
                "id": 211,
                "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": "https://translate.zoiper.com/languages/ru/",
            "url": "https://translate.zoiper.com/api/languages/ru/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/ru/statistics/?format=api"
        },
        {
            "id": 100,
            "code": "nl",
            "name": "Dutch",
            "plural": {
                "id": 68,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "dut",
                "nld"
            ],
            "direction": "ltr",
            "population": 31765645,
            "web_url": "https://translate.zoiper.com/languages/nl/",
            "url": "https://translate.zoiper.com/api/languages/nl/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/nl/statistics/?format=api"
        },
        {
            "id": 102,
            "code": "nn",
            "name": "Norwegian Nynorsk",
            "plural": {
                "id": 185,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "nno"
            ],
            "direction": "ltr",
            "population": 1366860,
            "web_url": "https://translate.zoiper.com/languages/nn/",
            "url": "https://translate.zoiper.com/api/languages/nn/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/nn/statistics/?format=api"
        },
        {
            "id": 108,
            "code": "es",
            "name": "Spanish",
            "plural": {
                "id": 236,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "es_la",
                "esp",
                "spa"
            ],
            "direction": "ltr",
            "population": 493528078,
            "web_url": "https://translate.zoiper.com/languages/es/",
            "url": "https://translate.zoiper.com/api/languages/es/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/es/statistics/?format=api"
        },
        {
            "id": 109,
            "code": "sk",
            "name": "Slovak",
            "plural": {
                "id": 228,
                "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": "https://translate.zoiper.com/languages/sk/",
            "url": "https://translate.zoiper.com/api/languages/sk/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/sk/statistics/?format=api"
        },
        {
            "id": 111,
            "code": "ro",
            "name": "Romanian",
            "plural": {
                "id": 208,
                "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": "https://translate.zoiper.com/languages/ro/",
            "url": "https://translate.zoiper.com/api/languages/ro/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/ro/statistics/?format=api"
        },
        {
            "id": 114,
            "code": "be",
            "name": "Belarusian",
            "plural": {
                "id": 26,
                "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.zoiper.com/languages/be/",
            "url": "https://translate.zoiper.com/api/languages/be/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/be/statistics/?format=api"
        },
        {
            "id": 115,
            "code": "fr",
            "name": "French",
            "plural": {
                "id": 87,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "fra_fr",
                "fra",
                "fre"
            ],
            "direction": "ltr",
            "population": 278611506,
            "web_url": "https://translate.zoiper.com/languages/fr/",
            "url": "https://translate.zoiper.com/api/languages/fr/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/fr/statistics/?format=api"
        },
        {
            "id": 116,
            "code": "bg",
            "name": "Bulgarian",
            "plural": {
                "id": 40,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "bgr",
                "bul"
            ],
            "direction": "ltr",
            "population": 7878314,
            "web_url": "https://translate.zoiper.com/languages/bg/",
            "url": "https://translate.zoiper.com/api/languages/bg/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/bg/statistics/?format=api"
        },
        {
            "id": 118,
            "code": "sv",
            "name": "Swedish",
            "plural": {
                "id": 244,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "swe_se",
                "sve",
                "swe"
            ],
            "direction": "ltr",
            "population": 12932871,
            "web_url": "https://translate.zoiper.com/languages/sv/",
            "url": "https://translate.zoiper.com/api/languages/sv/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/sv/statistics/?format=api"
        },
        {
            "id": 121,
            "code": "vi",
            "name": "Vietnamese",
            "plural": {
                "id": 272,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "vn",
                "vie"
            ],
            "direction": "ltr",
            "population": 86222961,
            "web_url": "https://translate.zoiper.com/languages/vi/",
            "url": "https://translate.zoiper.com/api/languages/vi/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/vi/statistics/?format=api"
        },
        {
            "id": 126,
            "code": "fa",
            "name": "Persian",
            "plural": {
                "id": 198,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "fas_ir",
                "fas",
                "per"
            ],
            "direction": "rtl",
            "population": 84710458,
            "web_url": "https://translate.zoiper.com/languages/fa/",
            "url": "https://translate.zoiper.com/api/languages/fa/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/fa/statistics/?format=api"
        },
        {
            "id": 128,
            "code": "bs",
            "name": "Bosnian",
            "plural": {
                "id": 36,
                "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": [
                "bos"
            ],
            "direction": "ltr",
            "population": 3797234,
            "web_url": "https://translate.zoiper.com/languages/bs/",
            "url": "https://translate.zoiper.com/api/languages/bs/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/bs/statistics/?format=api"
        },
        {
            "id": 130,
            "code": "fi",
            "name": "Finnish",
            "plural": {
                "id": 85,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "fin_fi",
                "fin"
            ],
            "direction": "ltr",
            "population": 5736841,
            "web_url": "https://translate.zoiper.com/languages/fi/",
            "url": "https://translate.zoiper.com/api/languages/fi/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/fi/statistics/?format=api"
        },
        {
            "id": 131,
            "code": "hu",
            "name": "Hungarian",
            "plural": {
                "id": 112,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "hun"
            ],
            "direction": "ltr",
            "population": 12443429,
            "web_url": "https://translate.zoiper.com/languages/hu/",
            "url": "https://translate.zoiper.com/api/languages/hu/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/hu/statistics/?format=api"
        },
        {
            "id": 132,
            "code": "ja",
            "name": "Japanese",
            "plural": {
                "id": 123,
                "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.zoiper.com/languages/ja/",
            "url": "https://translate.zoiper.com/api/languages/ja/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/ja/statistics/?format=api"
        },
        {
            "id": 134,
            "code": "ka",
            "name": "Georgian",
            "plural": {
                "id": 96,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "geo",
                "kat"
            ],
            "direction": "ltr",
            "population": 3543645,
            "web_url": "https://translate.zoiper.com/languages/ka/",
            "url": "https://translate.zoiper.com/api/languages/ka/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/ka/statistics/?format=api"
        },
        {
            "id": 138,
            "code": "sr",
            "name": "Serbian",
            "plural": {
                "id": 219,
                "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": "https://translate.zoiper.com/languages/sr/",
            "url": "https://translate.zoiper.com/api/languages/sr/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/sr/statistics/?format=api"
        },
        {
            "id": 139,
            "code": "sq",
            "name": "Albanian",
            "plural": {
                "id": 6,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "alb",
                "sqi"
            ],
            "direction": "ltr",
            "population": 6791906,
            "web_url": "https://translate.zoiper.com/languages/sq/",
            "url": "https://translate.zoiper.com/api/languages/sq/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/sq/statistics/?format=api"
        },
        {
            "id": 141,
            "code": "ko",
            "name": "Korean",
            "plural": {
                "id": 137,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "ko_ko",
                "kor_kr",
                "kor"
            ],
            "direction": "ltr",
            "population": 78357047,
            "web_url": "https://translate.zoiper.com/languages/ko/",
            "url": "https://translate.zoiper.com/api/languages/ko/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/ko/statistics/?format=api"
        },
        {
            "id": 146,
            "code": "si",
            "name": "Sinhala",
            "plural": {
                "id": 227,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "lk",
                "sin"
            ],
            "direction": "ltr",
            "population": 15564656,
            "web_url": "https://translate.zoiper.com/languages/si/",
            "url": "https://translate.zoiper.com/api/languages/si/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/si/statistics/?format=api"
        },
        {
            "id": 147,
            "code": "pl",
            "name": "Polish",
            "plural": {
                "id": 201,
                "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": "https://translate.zoiper.com/languages/pl/",
            "url": "https://translate.zoiper.com/api/languages/pl/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/pl/statistics/?format=api"
        },
        {
            "id": 150,
            "code": "sl",
            "name": "Slovenian",
            "plural": {
                "id": 229,
                "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": "https://translate.zoiper.com/languages/sl/",
            "url": "https://translate.zoiper.com/api/languages/sl/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/sl/statistics/?format=api"
        },
        {
            "id": 155,
            "code": "nb",
            "name": "Norwegian Bokmål",
            "plural": {
                "id": 184,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [],
            "direction": "ltr",
            "population": 0,
            "web_url": "https://translate.zoiper.com/languages/nb/",
            "url": "https://translate.zoiper.com/api/languages/nb/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/nb/statistics/?format=api"
        },
        {
            "id": 167,
            "code": "en_US",
            "name": "English (United States)",
            "plural": {
                "id": 78,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "us",
                "enu"
            ],
            "direction": "ltr",
            "population": 319333440,
            "web_url": "https://translate.zoiper.com/languages/en_US/",
            "url": "https://translate.zoiper.com/api/languages/en_US/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/en_US/statistics/?format=api"
        },
        {
            "id": 173,
            "code": "pt_PT",
            "name": "Portuguese (Portugal)",
            "plural": {
                "id": 204,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "portuguese_portugal"
            ],
            "direction": "ltr",
            "population": 9890592,
            "web_url": "https://translate.zoiper.com/languages/pt_PT/",
            "url": "https://translate.zoiper.com/api/languages/pt_PT/?format=api",
            "statistics_url": "https://translate.zoiper.com/api/languages/pt_PT/statistics/?format=api"
        }
    ]
}