Languages API.

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

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

{
    "id": 371,
    "code": "en_devel",
    "name": "English (Developer)",
    "plural": {
        "id": 408,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [],
    "direction": "ltr",
    "population": 1636485517,
    "web_url": "https://translate.funkwhale.audio/languages/en_devel/",
    "url": "https://translate.funkwhale.audio/api/languages/en_devel/?format=api",
    "statistics_url": "https://translate.funkwhale.audio/api/languages/en_devel/statistics/?format=api"
}