Languages API.

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

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

{
    "id": 277,
    "code": "hil",
    "name": "Hiligaynon",
    "plural": {
        "id": 114,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [],
    "direction": "ltr",
    "population": 9171204,
    "web_url": "https://l10n.elementary.io/languages/hil/",
    "url": "https://l10n.elementary.io/api/languages/hil/?format=api",
    "statistics_url": "https://l10n.elementary.io/api/languages/hil/statistics/?format=api"
}