Languages API.

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

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

{
    "code": "bn_BD",
    "name": "Bengali (Bangladesh)",
    "plural": {
        "id": 43,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [],
    "direction": "ltr",
    "web_url": "https://weblate.linphone.org/languages/bn_BD/",
    "url": "https://weblate.linphone.org/api/languages/bn_BD/?format=api",
    "statistics_url": "https://weblate.linphone.org/api/languages/bn_BD/statistics/?format=api"
}