Languages API.

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

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

{
    "count": 21,
    "next": null,
    "previous": "https://weblate.duniter.org/api/languages/?format=api",
    "results": [
        {
            "code": "es_AST",
            "name": "Spanish",
            "plural": {
                "id": 628,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [],
            "direction": "ltr",
            "web_url": "https://weblate.duniter.org/languages/es_AST/",
            "url": "https://weblate.duniter.org/api/languages/es_AST/?format=api",
            "statistics_url": "https://weblate.duniter.org/api/languages/es_AST/statistics/?format=api"
        }
    ]
}