Languages API.

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

GET /api/languages/si/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 255,
    "code": "si",
    "name": "Sinhala",
    "plural": {
        "id": 255,
        "source": 0,
        "number": 2,
        "formula": "n > 1",
        "type": 1
    },
    "aliases": [
        "lk",
        "sin"
    ],
    "direction": "ltr",
    "population": 15564656,
    "web_url": "https://l10n.xwiki.org/languages/si/",
    "url": "https://l10n.xwiki.org/api/languages/si/?format=api",
    "statistics_url": "https://l10n.xwiki.org/api/languages/si/statistics/?format=api"
}