Languages API.

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

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

{
    "id": 232,
    "code": "gv",
    "name": "Manx",
    "plural": {
        "id": 166,
        "source": 0,
        "number": 4,
        "formula": "(n % 10 == 1) ? 0 : ((n % 10 == 2) ? 1 : ((n % 100 == 0 || n % 100 == 20 || n % 100 == 40 || n % 100 == 60 || n % 100 == 80) ? 2 : 3))",
        "type": 6
    },
    "aliases": [
        "glv"
    ],
    "direction": "ltr",
    "population": 1719,
    "web_url": "https://l10n.elementary.io/languages/gv/",
    "url": "https://l10n.elementary.io/api/languages/gv/?format=api",
    "statistics_url": "https://l10n.elementary.io/api/languages/gv/statistics/?format=api"
}