Languages API.

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

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

{
    "total": 26880,
    "total_words": 168804,
    "total_chars": 1074648,
    "last_change": "2024-04-26T02:37:26.837345Z",
    "recent_changes": 62,
    "translated": 4185,
    "translated_words": 18433,
    "translated_percent": 15.5,
    "translated_words_percent": 10.9,
    "translated_chars": 116968,
    "translated_chars_percent": 10.8,
    "fuzzy": 811,
    "fuzzy_percent": 3.0,
    "fuzzy_words": 3320,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 21550,
    "fuzzy_chars_percent": 2.0,
    "failing": 477,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.1,
    "readonly_words": 10,
    "readonly_words_percent": 0.1,
    "readonly_chars": 65,
    "readonly_chars_percent": 0.1,
    "suggestions": 2009,
    "comments": 0,
    "name": "Chinese (Hong Kong)",
    "url": "https://translate.fedoraproject.org/languages/zh_HK/"
}