Languages API.

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

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

{
    "total": 3793,
    "total_words": 23103,
    "total_chars": 146990,
    "last_change": "2024-04-09T10:19:33.885459Z",
    "recent_changes": 97,
    "translated": 3377,
    "translated_words": 17762,
    "translated_percent": 89.0,
    "translated_words_percent": 76.8,
    "translated_chars": 112115,
    "translated_chars_percent": 76.2,
    "fuzzy": 94,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 1802,
    "fuzzy_words_percent": 7.7,
    "fuzzy_chars": 11959,
    "fuzzy_chars_percent": 8.1,
    "failing": 56,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 5,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "https://translate.yunohost.org/languages/zh_Hans/"
}