Languages API.

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

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

{
    "id": 316,
    "code": "ug",
    "name": "Uyghur",
    "plural": {
        "id": 316,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "uig"
    ],
    "direction": "rtl",
    "population": 767011479,
    "web_url": "https://translations.documentfoundation.org/languages/ug/",
    "url": "https://translations.documentfoundation.org/api/languages/ug/?format=api",
    "statistics_url": "https://translations.documentfoundation.org/api/languages/ug/statistics/?format=api"
}