Translation components API.

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

GET /api/components/otrs-7/administration-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": 4314,
            "total_words": 50421,
            "total_chars": 321509,
            "last_change": null,
            "recent_changes": 0,
            "translated": 4314,
            "translated_words": 50421,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 321509,
            "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": 16,
            "failing_percent": 0.3,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 4314,
            "readonly_percent": 100.0,
            "readonly_words": 50421,
            "readonly_words_percent": 100.0,
            "readonly_chars": 321509,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "http://translate.otrs.com/projects/otrs-7/administration-manual/en/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/administration-manual/en/"
        },
        {
            "total": 4314,
            "total_words": 50421,
            "total_chars": 321509,
            "last_change": "2023-11-27T08:52:30.878189Z",
            "recent_changes": 1,
            "translated": 4314,
            "translated_words": 50421,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 321509,
            "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": 274,
            "approved_percent": 6.3,
            "approved_words": 4463,
            "approved_words_percent": 8.8,
            "approved_chars": 27369,
            "approved_chars_percent": 8.5,
            "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/administration-manual/de/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/administration-manual/de/"
        },
        {
            "total": 4314,
            "total_words": 50421,
            "total_chars": 321509,
            "last_change": "2023-10-17T07:22:17.078244Z",
            "recent_changes": 22,
            "translated": 4314,
            "translated_words": 50421,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 321509,
            "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": 4314,
            "approved_percent": 100.0,
            "approved_words": 50421,
            "approved_words_percent": 100.0,
            "approved_chars": 321509,
            "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/administration-manual/hu/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/administration-manual/hu/"
        },
        {
            "total": 4314,
            "total_words": 50421,
            "total_chars": 321509,
            "last_change": "2020-05-05T14:43:52.087738Z",
            "recent_changes": 7,
            "translated": 2748,
            "translated_words": 33838,
            "translated_percent": 63.6,
            "translated_words_percent": 67.1,
            "translated_chars": 209230,
            "translated_chars_percent": 65.0,
            "fuzzy": 26,
            "fuzzy_percent": 0.6,
            "fuzzy_words": 363,
            "fuzzy_words_percent": 0.7,
            "fuzzy_chars": 2777,
            "fuzzy_chars_percent": 0.8,
            "failing": 26,
            "failing_percent": 0.6,
            "approved": 10,
            "approved_percent": 0.2,
            "approved_words": 320,
            "approved_words_percent": 0.6,
            "approved_chars": 2043,
            "approved_chars_percent": 0.6,
            "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/administration-manual/zh_Hans/",
            "translate_url": "http://translate.otrs.com/translate/otrs-7/administration-manual/zh_Hans/"
        }
    ]
}