Languages API.

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

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

{
    "count": 121,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/languages/?format=api&page=6",
    "results": [
        {
            "code": "enm",
            "name": "English (Middle)",
            "plural": {
                "id": 522,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [],
            "direction": "ltr",
            "web_url": "https://l10n.opensuse.org/languages/enm/",
            "url": "https://l10n.opensuse.org/api/languages/enm/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/languages/enm/statistics/?format=api"
        }
    ]
}