Languages API.

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

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

{
    "count": 46,
    "next": null,
    "previous": "https://translate.opensourcepos.org/api/languages/?format=api&page=2",
    "results": [
        {
            "code": "ur_PK",
            "name": "Urdu (Pakistan)",
            "plural": {
                "id": 342,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "pk"
            ],
            "direction": "rtl",
            "population": 22182595000,
            "web_url": "https://translate.opensourcepos.org/languages/ur_PK/",
            "url": "https://translate.opensourcepos.org/api/languages/ur_PK/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/languages/ur_PK/statistics/?format=api"
        },
        {
            "code": "vi",
            "name": "Vietnamese",
            "plural": {
                "id": 347,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "vn",
                "vie"
            ],
            "direction": "ltr",
            "population": 8622296179,
            "web_url": "https://translate.opensourcepos.org/languages/vi/",
            "url": "https://translate.opensourcepos.org/api/languages/vi/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/languages/vi/statistics/?format=api"
        },
        {
            "code": "zh_Hans",
            "name": "Chinese (Simplified)",
            "plural": {
                "id": 362,
                "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": 126606635982,
            "web_url": "https://translate.opensourcepos.org/languages/zh_Hans/",
            "url": "https://translate.opensourcepos.org/api/languages/zh_Hans/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/languages/zh_Hans/statistics/?format=api"
        },
        {
            "code": "zh_Hant",
            "name": "Chinese (Traditional)",
            "plural": {
                "id": 364,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "tchinese",
                "zhtw",
                "zh_tw",
                "zh_hant_tw",
                "zh_hant@zh",
                "zh_cmn_hant",
                "cht",
                "zho"
            ],
            "direction": "ltr",
            "population": 3861255636,
            "web_url": "https://translate.opensourcepos.org/languages/zh_Hant/",
            "url": "https://translate.opensourcepos.org/api/languages/zh_Hant/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/languages/zh_Hant/statistics/?format=api"
        },
        {
            "code": "ar_LB",
            "name": "Arabic",
            "plural": {
                "id": 389,
                "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": 0,
            "web_url": "https://translate.opensourcepos.org/languages/ar_LB/",
            "url": "https://translate.opensourcepos.org/api/languages/ar_LB/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/languages/ar_LB/statistics/?format=api"
        },
        {
            "code": "uk",
            "name": "Ukrainian",
            "plural": {
                "id": 395,
                "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": 2934897557,
            "web_url": "https://translate.opensourcepos.org/languages/uk/",
            "url": "https://translate.opensourcepos.org/api/languages/uk/?format=api",
            "statistics_url": "https://translate.opensourcepos.org/api/languages/uk/statistics/?format=api"
        }
    ]
}