Languages API.

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

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

{
    "id": 65,
    "code": "cy",
    "name": "Welsh",
    "plural": {
        "id": 65,
        "source": 0,
        "number": 6,
        "formula": "(n==0) ? 0 : (n==1) ? 1 : (n==2) ? 2 : (n==3) ? 3 :(n==6) ? 4 : 5",
        "type": 12
    },
    "aliases": [
        "cym",
        "wel"
    ],
    "direction": "ltr",
    "population": 884910,
    "web_url": "https://weblate.framasoft.org/languages/cy/",
    "url": "https://weblate.framasoft.org/api/languages/cy/?format=api",
    "statistics_url": "https://weblate.framasoft.org/api/languages/cy/statistics/?format=api"
}