Translation components API.

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

GET /api/translations/anaconda/rhel-8/zh_HK/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1369,
    "total_words": 8349,
    "total_chars": 53782,
    "last_change": "2024-02-16T17:23:39.912488Z",
    "recent_changes": 0,
    "translated": 233,
    "translated_words": 1055,
    "translated_percent": 17.0,
    "translated_words_percent": 12.6,
    "translated_chars": 6696,
    "translated_chars_percent": 12.4,
    "fuzzy": 23,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 127,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 816,
    "fuzzy_chars_percent": 1.5,
    "failing": 18,
    "failing_percent": 1.3,
    "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": 129,
    "comments": 0,
    "code": "zh_HK",
    "name": "Chinese (Hong Kong)",
    "url": "https://translate.fedoraproject.org/projects/anaconda/rhel-8/zh_HK/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/rhel-8/zh_HK/"
}