Languages API.

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

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

{
    "id": 89,
    "code": "ks",
    "name": "Kashmiri",
    "plural": {
        "id": 134,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "kas"
    ],
    "direction": "rtl",
    "population": 5598084,
    "web_url": "https://l10n.elementary.io/languages/ks/",
    "url": "https://l10n.elementary.io/api/languages/ks/?format=api",
    "statistics_url": "https://l10n.elementary.io/api/languages/ks/statistics/?format=api"
}