Languages API.

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

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

{
    "id": 74,
    "code": "szl",
    "name": "Silesian",
    "plural": {
        "id": 232,
        "source": 0,
        "number": 3,
        "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
        "type": 2
    },
    "aliases": [],
    "direction": "ltr",
    "population": 497669,
    "web_url": "https://l10n.elementary.io/languages/szl/",
    "url": "https://l10n.elementary.io/api/languages/szl/?format=api",
    "statistics_url": "https://l10n.elementary.io/api/languages/szl/statistics/?format=api"
}