Languages API.

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

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

{
    "id": 42,
    "code": "bo",
    "name": "Tibetan",
    "plural": {
        "id": 42,
        "source": 0,
        "number": 1,
        "formula": "0",
        "type": 0
    },
    "aliases": [
        "bod",
        "tib"
    ],
    "direction": "ltr",
    "population": 300669686,
    "web_url": "https://translations.documentfoundation.org/languages/bo/",
    "url": "https://translations.documentfoundation.org/api/languages/bo/?format=api",
    "statistics_url": "https://translations.documentfoundation.org/api/languages/bo/statistics/?format=api"
}