Languages API.

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

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

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