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": 101,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/languages/?format=api&page=2",
    "results": [
        {
            "id": 639,
            "code": "at",
            "name": "at (generated)",
            "plural": {
                "id": 672,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [],
            "direction": "ltr",
            "population": 0,
            "web_url": "https://weblate.framasoft.org/languages/at/",
            "url": "https://weblate.framasoft.org/api/languages/at/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/languages/at/statistics/?format=api"
        }
    ]
}