Languages API.

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

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

{
    "id": 234,
    "code": "hz",
    "name": "Herero",
    "plural": {
        "id": 113,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "her"
    ],
    "direction": "ltr",
    "population": 239336,
    "web_url": "https://l10n.elementary.io/languages/hz/",
    "url": "https://l10n.elementary.io/api/languages/hz/?format=api",
    "statistics_url": "https://l10n.elementary.io/api/languages/hz/statistics/?format=api"
}