Languages API.

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

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

{
    "code": "ug",
    "name": "Uyghur",
    "plural": {
        "id": 611,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "uig"
    ],
    "direction": "rtl",
    "population": 7670114,
    "web_url": "https://l10n.xwiki.org/languages/ug/",
    "url": "https://l10n.xwiki.org/api/languages/ug/",
    "statistics_url": "https://l10n.xwiki.org/api/languages/ug/statistics/"
}