Translation components API.

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

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

{
    "total": 319,
    "total_words": 5234,
    "total_chars": 45308,
    "last_change": "2024-02-03T18:02:00.267845Z",
    "recent_changes": 3,
    "translated": 219,
    "translated_words": 2313,
    "translated_percent": 68.6,
    "translated_words_percent": 44.1,
    "translated_chars": 20649,
    "translated_chars_percent": 45.5,
    "fuzzy": 82,
    "fuzzy_percent": 25.7,
    "fuzzy_words": 2215,
    "fuzzy_words_percent": 42.3,
    "fuzzy_chars": 19464,
    "fuzzy_chars_percent": 42.9,
    "failing": 55,
    "failing_percent": 17.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": 3,
    "comments": 0,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://hosted.weblate.org/projects/debian-handbook/13_workstation/zh_Hans/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/13_workstation/zh_Hans/"
}