Translation components API.

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

GET /api/components/otrs-7/feature-addons-manual/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 4026,
            "total_words": 59218,
            "total_chars": 375041,
            "last_change": null,
            "recent_changes": 0,
            "translated": 4026,
            "translated_words": 59218,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 375041,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 227,
            "failing_percent": 5.6,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 4026,
            "readonly_percent": 100.0,
            "readonly_words": 59218,
            "readonly_words_percent": 100.0,
            "readonly_chars": 375041,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "http://translate.otrs.com/projects/otrs-7/feature-addons-manual/en/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/feature-addons-manual/en/"
        },
        {
            "total": 4026,
            "total_words": 59218,
            "total_chars": 375041,
            "last_change": "2023-11-08T16:00:31.503668Z",
            "recent_changes": 6,
            "translated": 4025,
            "translated_words": 59213,
            "translated_percent": 99.9,
            "translated_words_percent": 99.9,
            "translated_chars": 375003,
            "translated_chars_percent": 99.9,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 1776,
            "approved_percent": 44.1,
            "approved_words": 26190,
            "approved_words_percent": 44.2,
            "approved_chars": 169752,
            "approved_chars_percent": 45.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": "de",
            "name": "German",
            "url": "http://translate.otrs.com/projects/otrs-7/feature-addons-manual/de/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/feature-addons-manual/de/"
        },
        {
            "total": 4026,
            "total_words": 59218,
            "total_chars": 375041,
            "last_change": "2024-01-26T15:27:54.381718Z",
            "recent_changes": 1,
            "translated": 4026,
            "translated_words": 59218,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 375041,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 4026,
            "approved_percent": 100.0,
            "approved_words": 59218,
            "approved_words_percent": 100.0,
            "approved_chars": 375041,
            "approved_chars_percent": 100.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": "hu",
            "name": "Hungarian",
            "url": "http://translate.otrs.com/projects/otrs-7/feature-addons-manual/hu/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/feature-addons-manual/hu/"
        },
        {
            "total": 4026,
            "total_words": 59218,
            "total_chars": 375041,
            "last_change": "2020-07-17T07:37:57.584090Z",
            "recent_changes": 34,
            "translated": 3399,
            "translated_words": 47671,
            "translated_percent": 84.4,
            "translated_words_percent": 80.5,
            "translated_chars": 303734,
            "translated_chars_percent": 80.9,
            "fuzzy": 34,
            "fuzzy_percent": 0.8,
            "fuzzy_words": 235,
            "fuzzy_words_percent": 0.3,
            "fuzzy_chars": 1586,
            "fuzzy_chars_percent": 0.4,
            "failing": 224,
            "failing_percent": 5.5,
            "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": "zh_Hans",
            "name": "Chinese (Simplified)",
            "url": "http://translate.otrs.com/projects/otrs-7/feature-addons-manual/zh_Hans/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/feature-addons-manual/zh_Hans/"
        }
    ]
}