Languages API.

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

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

{
    "id": 214,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "plural": {
        "id": 214,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "norwegian",
        "no_nb",
        "nb_nb",
        "no_no",
        "no",
        "nb",
        "nob",
        "nor"
    ],
    "direction": "ltr",
    "population": 546744000,
    "web_url": "https://translations.documentfoundation.org/languages/nb_NO/",
    "url": "https://translations.documentfoundation.org/api/languages/nb_NO/?format=api",
    "statistics_url": "https://translations.documentfoundation.org/api/languages/nb_NO/statistics/?format=api"
}