Languages API.

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

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

{
    "id": 36,
    "code": "ru",
    "name": "Russian",
    "plural": {
        "id": 255,
        "source": 0,
        "number": 3,
        "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
        "type": 22
    },
    "aliases": [
        "ru_r",
        "ru_rr",
        "rus"
    ],
    "direction": "ltr",
    "population": 195841151,
    "web_url": "https://hosted.weblate.org/languages/ru/",
    "url": "https://hosted.weblate.org/api/languages/ru/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/languages/ru/statistics/?format=api"
}