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": 29639,
    "total_words": 185735,
    "total_chars": 1182824,
    "last_change": "2025-03-12T01:14:50.051665Z",
    "recent_changes": 12,
    "translated": 4582,
    "translated_words": 20029,
    "translated_percent": 15.4,
    "translated_words_percent": 10.7,
    "translated_chars": 126943,
    "translated_chars_percent": 10.7,
    "fuzzy": 933,
    "fuzzy_percent": 3.1,
    "fuzzy_words": 3785,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 24700,
    "fuzzy_chars_percent": 2.0,
    "failing": 522,
    "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": 2223,
    "comments": 0,
    "name": "Chinese (Hong Kong)",
    "url": "https://translate.fedoraproject.org/languages/zh_HK/"
}