Languages API.

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

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

{
    "id": 101,
    "code": "id",
    "name": "Indonesian",
    "plural": {
        "id": 121,
        "source": 0,
        "number": 1,
        "formula": "0",
        "type": 0
    },
    "aliases": [
        "in",
        "in_id",
        "ind"
    ],
    "direction": "ltr",
    "population": 171207687,
    "web_url": "https://l10n.elementary.io/languages/id/",
    "url": "https://l10n.elementary.io/api/languages/id/?format=api",
    "statistics_url": "https://l10n.elementary.io/api/languages/id/statistics/?format=api"
}