Translation components API.

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

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

{
    "total": 783,
    "total_words": 9284,
    "total_chars": 60956,
    "last_change": "2024-03-23T19:03:10.897822Z",
    "recent_changes": 38,
    "translated": 498,
    "translated_words": 5089,
    "translated_percent": 63.6,
    "translated_words_percent": 54.8,
    "translated_chars": 33272,
    "translated_chars_percent": 54.5,
    "fuzzy": 90,
    "fuzzy_percent": 11.4,
    "fuzzy_words": 1753,
    "fuzzy_words_percent": 18.8,
    "fuzzy_chars": 11640,
    "fuzzy_chars_percent": 19.0,
    "failing": 53,
    "failing_percent": 6.7,
    "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,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://translate.yunohost.org/projects/yunohost/core/zh_Hans/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/core/zh_Hans/"
}