Languages API.

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

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

{
    "id": 5,
    "code": "gd",
    "name": "Gaelic",
    "plural": {
        "id": 99,
        "source": 0,
        "number": 4,
        "formula": "(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3",
        "type": 6
    },
    "aliases": [
        "gae",
        "gla"
    ],
    "direction": "ltr",
    "population": 72337,
    "web_url": "https://hosted.weblate.org/languages/gd/",
    "url": "https://hosted.weblate.org/api/languages/gd/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/languages/gd/statistics/?format=api"
}