Languages API.

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

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

{
    "id": 160,
    "code": "is_is",
    "name": "Icelandic",
    "plural": {
        "id": 160,
        "source": 0,
        "number": 2,
        "formula": "n % 10 != 1 || n % 100 == 11",
        "type": 1
    },
    "aliases": [],
    "direction": "ltr",
    "population": 0,
    "web_url": "https://kodi.weblate.cloud/languages/is_is/",
    "url": "https://kodi.weblate.cloud/api/languages/is_is/?format=api",
    "statistics_url": "https://kodi.weblate.cloud/api/languages/is_is/statistics/?format=api"
}