Translation components API.

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

GET /api/translations/otrs-7/update-guide/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 278,
    "total_words": 4086,
    "total_chars": 25805,
    "last_change": "2023-11-24T15:10:52.114787Z",
    "recent_changes": 2,
    "translated": 101,
    "translated_words": 1035,
    "translated_percent": 36.3,
    "translated_words_percent": 25.3,
    "translated_chars": 7212,
    "translated_chars_percent": 27.9,
    "fuzzy": 18,
    "fuzzy_percent": 6.4,
    "fuzzy_words": 300,
    "fuzzy_words_percent": 7.3,
    "fuzzy_chars": 2043,
    "fuzzy_chars_percent": 7.9,
    "failing": 24,
    "failing_percent": 8.6,
    "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": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "http://translate.otrs.com/projects/otrs-7/update-guide/it/",
    "translate_url": "http://translate.otrs.com/translate/otrs-7/update-guide/it/"
}