Languages API.

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

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

{
    "count": 82,
    "next": null,
    "previous": "https://weblate.ppc.lol/api/languages/?format=api&page=4",
    "results": [
        {
            "code": "zh_Hant",
            "name": "Chinese (Traditional)",
            "plural": {
                "id": 588,
                "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",
            "web_url": "https://weblate.ppc.lol/languages/zh_Hant/",
            "url": "https://weblate.ppc.lol/api/languages/zh_Hant/?format=api",
            "statistics_url": "https://weblate.ppc.lol/api/languages/zh_Hant/statistics/?format=api"
        },
        {
            "code": "zu",
            "name": "Zulu",
            "plural": {
                "id": 591,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "zul"
            ],
            "direction": "ltr",
            "web_url": "https://weblate.ppc.lol/languages/zu/",
            "url": "https://weblate.ppc.lol/api/languages/zu/?format=api",
            "statistics_url": "https://weblate.ppc.lol/api/languages/zu/statistics/?format=api"
        }
    ]
}