Languages API.

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

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

{
    "code": "ldn",
    "name": "Láadan",
    "plural": {
        "id": 656,
        "source": 0,
        "number": 3,
        "formula": "(n==1) ? 0 : (n>=2 && n<=5) ? 1 : 2",
        "type": 666
    },
    "aliases": [],
    "direction": "ltr",
    "web_url": "https://traduk.amikumu.com/languages/ldn/",
    "url": "https://traduk.amikumu.com/api/languages/ldn/?format=api",
    "statistics_url": "https://traduk.amikumu.com/api/languages/ldn/statistics/?format=api"
}