Languages API.

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

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

{
    "id": 260,
    "code": "sm",
    "name": "Samoan",
    "plural": {
        "id": 220,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "smo"
    ],
    "direction": "ltr",
    "population": 252716,
    "web_url": "https://l10n.elementary.io/languages/sm/",
    "url": "https://l10n.elementary.io/api/languages/sm/?format=api",
    "statistics_url": "https://l10n.elementary.io/api/languages/sm/statistics/?format=api"
}