Languages API.

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

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

{
    "code": "uz_Latn",
    "name": "Uzbek (latin)",
    "plural": {
        "id": 325,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "uz@latin",
        "uz@latn"
    ],
    "direction": "ltr",
    "population": 26480135,
    "web_url": "http://translate.pkp.sfu.ca/languages/uz_Latn/",
    "url": "http://translate.pkp.sfu.ca/api/languages/uz_Latn/?format=api",
    "statistics_url": "http://translate.pkp.sfu.ca/api/languages/uz_Latn/statistics/?format=api"
}