Languages API.

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

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

{
    "id": 227,
    "code": "cu",
    "name": "Slavonic (Old Church)",
    "plural": {
        "id": 198,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "chu"
    ],
    "direction": "ltr",
    "population": 0,
    "web_url": "https://l10n.elementary.io/languages/cu/",
    "url": "https://l10n.elementary.io/api/languages/cu/?format=api",
    "statistics_url": "https://l10n.elementary.io/api/languages/cu/statistics/?format=api"
}