Languages API.

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

GET /api/languages/zh_HANT/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 734,
    "total_words": 4055,
    "last_change": "2021-04-28T03:05:51.430248Z",
    "recent_changes": 61,
    "translated": 322,
    "translated_words": 744,
    "translated_percent": 43.8,
    "translated_words_percent": 18.3,
    "translated_chars": 5215,
    "translated_chars_percent": 19.8,
    "total_chars": 26217,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 136,
    "failing_percent": 18.5,
    "name": "zh_HANT (generated)",
    "url": "https://translate.lxqt-project.org/languages/zh_HANT/"
}