Languages API.

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

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

{
    "id": 203,
    "code": "mni",
    "name": "Manipuri",
    "plural": {
        "id": 203,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [],
    "direction": "ltr",
    "population": 147659061,
    "web_url": "https://translations.documentfoundation.org/languages/mni/",
    "url": "https://translations.documentfoundation.org/api/languages/mni/?format=api",
    "statistics_url": "https://translations.documentfoundation.org/api/languages/mni/statistics/?format=api"
}