Translation components API.

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

GET /api/translations/freeipa/ipa-4-8/zh_CN/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 4657,
    "total_words": 57621,
    "total_chars": 398897,
    "last_change": "2023-09-29T04:26:10.295164Z",
    "recent_changes": 0,
    "translated": 3516,
    "translated_words": 18238,
    "translated_percent": 75.4,
    "translated_words_percent": 31.6,
    "translated_chars": 117362,
    "translated_chars_percent": 29.4,
    "fuzzy": 549,
    "fuzzy_percent": 11.7,
    "fuzzy_words": 2870,
    "fuzzy_words_percent": 4.9,
    "fuzzy_chars": 19600,
    "fuzzy_chars_percent": 4.9,
    "failing": 270,
    "failing_percent": 5.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": 107,
    "comments": 0,
    "code": "zh_CN",
    "name": "Chinese (Simplified)",
    "url": "https://translate.fedoraproject.org/projects/freeipa/ipa-4-8/zh_CN/",
    "translate_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/zh_CN/"
}