Languages API.

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

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

{
    "id": 838,
    "code": "kw",
    "name": "Cornish",
    "plural": {
        "id": 190479,
        "source": 0,
        "number": 6,
        "formula": "(n == 0) ? 0 : ((n == 1) ? 1 : (((n % 100 == 2 || n % 100 == 22 || n % 100 == 42 || n % 100 == 62 || n % 100 == 82) || n % 1000 == 0 && (n % 100000 >= 1000 && n % 100000 <= 20000 || n % 100000 == 40000 || n % 100000 == 60000 || n % 100000 == 80000) || n != 0 && n % 1000000 == 100000) ? 2 : ((n % 100 == 3 || n % 100 == 23 || n % 100 == 43 || n % 100 == 63 || n % 100 == 83) ? 3 : ((n != 1 && (n % 100 == 1 || n % 100 == 21 || n % 100 == 41 || n % 100 == 61 || n % 100 == 81)) ? 4 : 5))))",
        "type": 12
    },
    "aliases": [
        "cor"
    ],
    "direction": "ltr",
    "population": 197283,
    "web_url": "https://translations.documentfoundation.org/languages/kw/",
    "url": "https://translations.documentfoundation.org/api/languages/kw/?format=api",
    "statistics_url": "https://translations.documentfoundation.org/api/languages/kw/statistics/?format=api"
}