Translation components API.

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

GET /api/translations/debian-handbook/05_packaging-system/zh_Hant/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 392,
    "total_words": 10507,
    "total_chars": 95153,
    "last_change": "2023-02-03T15:25:18.929340Z",
    "recent_changes": 1,
    "translated": 192,
    "translated_words": 4364,
    "translated_percent": 48.9,
    "translated_words_percent": 41.5,
    "translated_chars": 34860,
    "translated_chars_percent": 36.6,
    "fuzzy": 164,
    "fuzzy_percent": 41.8,
    "fuzzy_words": 4859,
    "fuzzy_words_percent": 46.2,
    "fuzzy_chars": 48273,
    "fuzzy_chars_percent": 50.7,
    "failing": 90,
    "failing_percent": 22.9,
    "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_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://hosted.weblate.org/projects/debian-handbook/05_packaging-system/zh_Hant/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/zh_Hant/"
}