Languages API.

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

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

{
    "id": 61,
    "code": "vi",
    "name": "Vietnamese",
    "plural": {
        "id": 286,
        "source": 0,
        "number": 1,
        "formula": "0",
        "type": 0
    },
    "aliases": [
        "vn",
        "vie"
    ],
    "direction": "ltr",
    "population": 86222961,
    "web_url": "https://l10n.elementary.io/languages/vi/",
    "url": "https://l10n.elementary.io/api/languages/vi/?format=api",
    "statistics_url": "https://l10n.elementary.io/api/languages/vi/statistics/?format=api"
}