Languages API.

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

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

{
    "id": 48,
    "code": "is",
    "name": "Icelandic",
    "plural": {
        "id": 118,
        "source": 0,
        "number": 2,
        "formula": "n % 10 != 1 || n % 100 == 11",
        "type": 1
    },
    "aliases": [
        "ice",
        "isl"
    ],
    "direction": "ltr",
    "population": 350734,
    "web_url": "https://l10n.elementary.io/languages/is/",
    "url": "https://l10n.elementary.io/api/languages/is/?format=api",
    "statistics_url": "https://l10n.elementary.io/api/languages/is/statistics/?format=api"
}