Languages API.

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

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

{
    "id": 70,
    "code": "cy_gb",
    "name": "Welsh (United Kingdom)",
    "plural": {
        "id": 70,
        "source": 0,
        "number": 6,
        "formula": "(n==0) ? 0 : (n==1) ? 1 : (n==2) ? 2 : (n==3) ? 3 :(n==6) ? 4 : 5",
        "type": 12
    },
    "aliases": [],
    "direction": "ltr",
    "population": 0,
    "web_url": "https://kodi.weblate.cloud/languages/cy_gb/",
    "url": "https://kodi.weblate.cloud/api/languages/cy_gb/?format=api",
    "statistics_url": "https://kodi.weblate.cloud/api/languages/cy_gb/statistics/?format=api"
}