Languages API.

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

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

{
    "code": "fr_CA",
    "name": "French (Canada)",
    "plural": {
        "id": 109,
        "source": 0,
        "number": 2,
        "formula": "n > 1",
        "type": 1
    },
    "aliases": [],
    "direction": "ltr",
    "population": 11308230,
    "web_url": "http://translate.pkp.sfu.ca/languages/fr_CA/",
    "url": "http://translate.pkp.sfu.ca/api/languages/fr_CA/?format=api",
    "statistics_url": "http://translate.pkp.sfu.ca/api/languages/fr_CA/statistics/?format=api"
}