Languages API.

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

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

{
    "id": 272,
    "code": "sl",
    "name": "Slovenian",
    "plural": {
        "id": 272,
        "source": 0,
        "number": 4,
        "formula": "n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3",
        "type": 6
    },
    "aliases": [
        "sl_sl",
        "slv"
    ],
    "direction": "ltr",
    "population": 197317978,
    "web_url": "https://translations.documentfoundation.org/languages/sl/",
    "url": "https://translations.documentfoundation.org/api/languages/sl/?format=api",
    "statistics_url": "https://translations.documentfoundation.org/api/languages/sl/statistics/?format=api"
}