Languages API.

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

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

{
    "id": 261,
    "code": "sma",
    "name": "Sami (Southern)",
    "plural": {
        "id": 242,
        "source": 0,
        "number": 3,
        "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : 2)",
        "type": 4
    },
    "aliases": [],
    "direction": "ltr",
    "population": 295,
    "web_url": "https://l10n.elementary.io/languages/sma/",
    "url": "https://l10n.elementary.io/api/languages/sma/?format=api",
    "statistics_url": "https://l10n.elementary.io/api/languages/sma/statistics/?format=api"
}