Languages API.

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

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

{
    "code": "zh_CN",
    "name": "Chinese (Simplified)",
    "plural": {
        "id": 343,
        "source": 0,
        "number": 1,
        "formula": "0",
        "type": 0
    },
    "aliases": [],
    "direction": "ltr",
    "population": 0,
    "web_url": "http://translate.pkp.sfu.ca/languages/zh_CN/",
    "url": "http://translate.pkp.sfu.ca/api/languages/zh_CN/?format=api",
    "statistics_url": "http://translate.pkp.sfu.ca/api/languages/zh_CN/statistics/?format=api"
}