Translation components API.

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

GET /api/components/omr/luciapplicationsmlvpn/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 18,
            "total_words": 31,
            "total_chars": 208,
            "last_change": "2022-11-23T07:40:53.892665Z",
            "recent_changes": 0,
            "translated": 18,
            "translated_words": 31,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 208,
            "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": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 18,
            "readonly_percent": 100.0,
            "readonly_words": 31,
            "readonly_words_percent": 100.0,
            "readonly_chars": 208,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.openmptcprouter.com/projects/omr/luciapplicationsmlvpn/en/",
            "translate_url": "http://weblate.openmptcprouter.com/translate/omr/luciapplicationsmlvpn/en/"
        },
        {
            "total": 18,
            "total_words": 31,
            "total_chars": 208,
            "last_change": "2021-05-13T07:26:31.310505Z",
            "recent_changes": 1,
            "translated": 18,
            "translated_words": 31,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 208,
            "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": 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://weblate.openmptcprouter.com/projects/omr/luciapplicationsmlvpn/zh_Hans/",
            "translate_url": "http://weblate.openmptcprouter.com/translate/omr/luciapplicationsmlvpn/zh_Hans/"
        },
        {
            "total": 18,
            "total_words": 31,
            "total_chars": 208,
            "last_change": "2022-11-23T07:40:54.131071Z",
            "recent_changes": 0,
            "translated": 18,
            "translated_words": 31,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 208,
            "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": 4,
            "failing_percent": 22.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": 0,
            "comments": 0,
            "code": "fr",
            "name": "French",
            "url": "http://weblate.openmptcprouter.com/projects/omr/luciapplicationsmlvpn/fr/",
            "translate_url": "http://weblate.openmptcprouter.com/translate/omr/luciapplicationsmlvpn/fr/"
        },
        {
            "total": 18,
            "total_words": 31,
            "total_chars": 208,
            "last_change": "2024-02-22T12:41:59.920373Z",
            "recent_changes": 0,
            "translated": 18,
            "translated_words": 31,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 208,
            "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": 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": "ru",
            "name": "Russian",
            "url": "http://weblate.openmptcprouter.com/projects/omr/luciapplicationsmlvpn/ru/",
            "translate_url": "http://weblate.openmptcprouter.com/translate/omr/luciapplicationsmlvpn/ru/"
        }
    ]
}