Translation components API.

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

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

{
    "total": 2253,
    "total_words": 9166,
    "total_chars": 55553,
    "last_change": "2025-03-13T12:17:59.351813Z",
    "recent_changes": 0,
    "translated": 2219,
    "translated_words": 9027,
    "translated_percent": 98.4,
    "translated_words_percent": 98.4,
    "translated_chars": 54687,
    "translated_chars_percent": 98.4,
    "fuzzy": 12,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 30,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 199,
    "fuzzy_chars_percent": 0.3,
    "failing": 5,
    "failing_percent": 0.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": 45,
    "comments": 0,
    "code": "zh_CN",
    "name": "Chinese (Simplified)",
    "url": "https://translate.fedoraproject.org/projects/cockpit/main/zh_CN/",
    "translate_url": "https://translate.fedoraproject.org/translate/cockpit/main/zh_CN/"
}