Languages API.

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

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

{
    "code": "cs_CZ",
    "name": "Czech",
    "plural": {
        "id": 61,
        "source": 0,
        "number": 3,
        "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
        "type": 2
    },
    "aliases": [],
    "direction": "ltr",
    "population": 0,
    "web_url": "http://translate.pkp.sfu.ca/languages/cs_CZ/",
    "url": "http://translate.pkp.sfu.ca/api/languages/cs_CZ/?format=api",
    "statistics_url": "http://translate.pkp.sfu.ca/api/languages/cs_CZ/statistics/?format=api"
}