Languages API.

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

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

{
    "id": 39,
    "code": "bn",
    "name": "Bengali",
    "plural": {
        "id": 39,
        "source": 0,
        "number": 2,
        "formula": "n > 1",
        "type": 1
    },
    "aliases": [
        "bd",
        "ben"
    ],
    "direction": "ltr",
    "population": 267193288,
    "web_url": "https://weblate.framasoft.org/languages/bn/",
    "url": "https://weblate.framasoft.org/api/languages/bn/?format=api",
    "statistics_url": "https://weblate.framasoft.org/api/languages/bn/statistics/?format=api"
}