Languages API.

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

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

{
    "id": 63,
    "code": "en",
    "name": "English",
    "plural": {
        "id": 58,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "en_en",
        "base",
        "source",
        "enp",
        "eng"
    ],
    "direction": "ltr",
    "population": 1636485517,
    "web_url": "https://translate.tails.boum.org/languages/en/",
    "url": "https://translate.tails.boum.org/api/languages/en/?format=api",
    "statistics_url": "https://translate.tails.boum.org/api/languages/en/statistics/?format=api"
}