Languages API.

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

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

{
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "plural": {
        "id": 52,
        "source": 0,
        "number": 1,
        "formula": "0",
        "type": 0
    },
    "aliases": [
        "tchinese",
        "zhtw",
        "zh_tw",
        "zh_hant_tw",
        "zh_hant@zh",
        "zh_cmn_hant",
        "cht",
        "zho"
    ],
    "direction": "ltr",
    "web_url": "https://translate.pdfforge.org/languages/zh_Hant/",
    "url": "https://translate.pdfforge.org/api/languages/zh_Hant/?format=api",
    "statistics_url": "https://translate.pdfforge.org/api/languages/zh_Hant/statistics/?format=api"
}