Languages API.

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

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

{
    "id": 22,
    "code": "zh_Hant_HK",
    "name": "Chinese (Traditional, Hong Kong)",
    "plural": {
        "id": 56,
        "source": 0,
        "number": 1,
        "formula": "0",
        "type": 0
    },
    "aliases": [
        "zh_hk"
    ],
    "direction": "ltr",
    "population": 6887414,
    "web_url": "https://hosted.weblate.org/languages/zh_Hant_HK/",
    "url": "https://hosted.weblate.org/api/languages/zh_Hant_HK/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/languages/zh_Hant_HK/statistics/?format=api"
}