Translation components API.

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

GET /api/translations/uyuni/uyuni-tools-mgrpxy/zh_CN/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 81,
    "total_words": 702,
    "total_chars": 4129,
    "last_change": "2024-05-16T09:25:24.147434Z",
    "recent_changes": 0,
    "translated": 66,
    "translated_words": 621,
    "translated_percent": 81.4,
    "translated_words_percent": 88.4,
    "translated_chars": 3644,
    "translated_chars_percent": 88.2,
    "fuzzy": 15,
    "fuzzy_percent": 18.5,
    "fuzzy_words": 81,
    "fuzzy_words_percent": 11.5,
    "fuzzy_chars": 485,
    "fuzzy_chars_percent": 11.7,
    "failing": 4,
    "failing_percent": 4.9,
    "approved": 66,
    "approved_percent": 81.4,
    "approved_words": 621,
    "approved_words_percent": 88.4,
    "approved_chars": 3644,
    "approved_chars_percent": 88.2,
    "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_CN",
    "name": "Chinese (China)",
    "url": "https://l10n.opensuse.org/projects/uyuni/uyuni-tools-mgrpxy/zh_CN/",
    "translate_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-mgrpxy/zh_CN/"
}