Languages API.

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

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

{
    "id": 250,
    "code": "nd",
    "name": "Ndebele (Northern)",
    "plural": {
        "id": 187,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "nde"
    ],
    "direction": "ltr",
    "population": 1745556,
    "web_url": "https://l10n.elementary.io/languages/nd/",
    "url": "https://l10n.elementary.io/api/languages/nd/?format=api",
    "statistics_url": "https://l10n.elementary.io/api/languages/nd/statistics/?format=api"
}