Languages API.

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

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

{
    "id": 224,
    "code": "bm",
    "name": "Bambara",
    "plural": {
        "id": 26,
        "source": 0,
        "number": 1,
        "formula": "0",
        "type": 0
    },
    "aliases": [
        "bam"
    ],
    "direction": "ltr",
    "population": 8994564,
    "web_url": "https://l10n.elementary.io/languages/bm/",
    "url": "https://l10n.elementary.io/api/languages/bm/?format=api",
    "statistics_url": "https://l10n.elementary.io/api/languages/bm/statistics/?format=api"
}