Languages API.

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

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

{
    "id": 19,
    "code": "ar_sa",
    "name": "Arabic (Saudi Arabia)",
    "plural": {
        "id": 19,
        "source": 0,
        "number": 6,
        "formula": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5",
        "type": 3
    },
    "aliases": [],
    "direction": "rtl",
    "population": 0,
    "web_url": "https://kodi.weblate.cloud/languages/ar_sa/",
    "url": "https://kodi.weblate.cloud/api/languages/ar_sa/?format=api",
    "statistics_url": "https://kodi.weblate.cloud/api/languages/ar_sa/statistics/?format=api"
}