Languages API.

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

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

{
    "code": "hsb",
    "name": "Upper Sorbian",
    "plural": {
        "id": 133,
        "source": 0,
        "number": 4,
        "formula": "(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3))",
        "type": 6
    },
    "aliases": [],
    "direction": "ltr",
    "population": 12825,
    "web_url": "http://translate.pkp.sfu.ca/languages/hsb/",
    "url": "http://translate.pkp.sfu.ca/api/languages/hsb/?format=api",
    "statistics_url": "http://translate.pkp.sfu.ca/api/languages/hsb/statistics/?format=api"
}