Languages API.

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

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

{
    "id": 194,
    "code": "ba",
    "name": "Bashkir",
    "plural": {
        "id": 27,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "ba_ck",
        "bak"
    ],
    "direction": "ltr",
    "population": 1842386,
    "web_url": "https://l10n.elementary.io/languages/ba/",
    "url": "https://l10n.elementary.io/api/languages/ba/?format=api",
    "statistics_url": "https://l10n.elementary.io/api/languages/ba/statistics/?format=api"
}