Languages API.

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

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

{
    "total": 94589,
    "total_words": 478992,
    "total_chars": 2827377,
    "last_change": "2024-04-27T14:31:23.588357Z",
    "recent_changes": 343,
    "translated": 39788,
    "translated_words": 194543,
    "translated_percent": 42.0,
    "translated_words_percent": 40.6,
    "translated_chars": 1039068,
    "translated_chars_percent": 36.7,
    "fuzzy": 9941,
    "fuzzy_percent": 10.5,
    "fuzzy_words": 37501,
    "fuzzy_words_percent": 7.8,
    "fuzzy_chars": 241887,
    "fuzzy_chars_percent": 8.5,
    "failing": 4255,
    "failing_percent": 4.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 7279,
    "readonly_percent": 7.6,
    "readonly_words": 46441,
    "readonly_words_percent": 9.6,
    "readonly_chars": 57272,
    "readonly_chars_percent": 2.0,
    "suggestions": 1005,
    "comments": 2,
    "name": "Chinese (Traditional, Hong Kong)",
    "url": "https://hosted.weblate.org/languages/zh_Hant_HK/"
}