Translation components API.

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

GET /api/translations/nextcloud/drop-account/zh_Hant/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 85,
    "total_words": 763,
    "total_chars": 4473,
    "last_change": "2023-10-13T14:53:40.330763Z",
    "recent_changes": 5,
    "translated": 26,
    "translated_words": 173,
    "translated_percent": 30.5,
    "translated_words_percent": 22.6,
    "translated_chars": 1055,
    "translated_chars_percent": 23.5,
    "fuzzy": 5,
    "fuzzy_percent": 5.8,
    "fuzzy_words": 40,
    "fuzzy_words_percent": 5.2,
    "fuzzy_chars": 231,
    "fuzzy_chars_percent": 5.1,
    "failing": 2,
    "failing_percent": 2.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": 32,
    "comments": 0,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://weblate.framasoft.org/projects/nextcloud/drop-account/zh_Hant/",
    "translate_url": "https://weblate.framasoft.org/translate/nextcloud/drop-account/zh_Hant/"
}