Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 19,
            "total_words": 93,
            "total_chars": 640,
            "last_change": "2022-11-23T07:41:03.849562Z",
            "recent_changes": 0,
            "translated": 19,
            "translated_words": 93,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 640,
            "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": 19,
            "readonly_percent": 100.0,
            "readonly_words": 93,
            "readonly_words_percent": 100.0,
            "readonly_chars": 640,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.openmptcprouter.com/projects/omr/luciapplicationssysupgrade/en/",
            "translate_url": "http://weblate.openmptcprouter.com/translate/omr/luciapplicationssysupgrade/en/"
        },
        {
            "total": 19,
            "total_words": 93,
            "total_chars": 640,
            "last_change": "2021-03-31T13:47:29.403867Z",
            "recent_changes": 23,
            "translated": 19,
            "translated_words": 93,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 640,
            "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": "fr",
            "name": "French",
            "url": "http://weblate.openmptcprouter.com/projects/omr/luciapplicationssysupgrade/fr/",
            "translate_url": "http://weblate.openmptcprouter.com/translate/omr/luciapplicationssysupgrade/fr/"
        },
        {
            "total": 19,
            "total_words": 93,
            "total_chars": 640,
            "last_change": "2021-05-02T15:17:09.558282Z",
            "recent_changes": 1,
            "translated": 19,
            "translated_words": 93,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 640,
            "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/luciapplicationssysupgrade/zh_Hans/",
            "translate_url": "http://weblate.openmptcprouter.com/translate/omr/luciapplicationssysupgrade/zh_Hans/"
        },
        {
            "total": 19,
            "total_words": 93,
            "total_chars": 640,
            "last_change": "2021-06-15T10:21:26.680917Z",
            "recent_changes": 20,
            "translated": 19,
            "translated_words": 93,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 640,
            "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": 2,
            "failing_percent": 10.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": "ru",
            "name": "Russian",
            "url": "http://weblate.openmptcprouter.com/projects/omr/luciapplicationssysupgrade/ru/",
            "translate_url": "http://weblate.openmptcprouter.com/translate/omr/luciapplicationssysupgrade/ru/"
        }
    ]
}