Translation components API.

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

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

{
    "total": 562,
    "total_words": 5940,
    "total_chars": 45579,
    "last_change": "2024-03-18T10:33:53.458341Z",
    "recent_changes": 1,
    "translated": 191,
    "translated_words": 1491,
    "translated_percent": 33.9,
    "translated_words_percent": 25.1,
    "translated_chars": 11290,
    "translated_chars_percent": 24.7,
    "fuzzy": 93,
    "fuzzy_percent": 16.5,
    "fuzzy_words": 913,
    "fuzzy_words_percent": 15.3,
    "fuzzy_chars": 10311,
    "fuzzy_chars_percent": 22.6,
    "failing": 52,
    "failing_percent": 9.2,
    "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": 0,
    "comments": 0,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://weblate.framasoft.org/projects/joinpeertube/main/zh_Hans/",
    "translate_url": "https://weblate.framasoft.org/translate/joinpeertube/main/zh_Hans/"
}