Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 14,
            "total_words": 20,
            "total_chars": 105,
            "last_change": "2022-11-23T07:41:15.057735Z",
            "recent_changes": 0,
            "translated": 14,
            "translated_words": 20,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 105,
            "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": 14,
            "readonly_percent": 100.0,
            "readonly_words": 20,
            "readonly_words_percent": 100.0,
            "readonly_chars": 105,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.openmptcprouter.com/projects/omr/luciapplicationsdsvpn/en/",
            "translate_url": "http://weblate.openmptcprouter.com/translate/omr/luciapplicationsdsvpn/en/"
        },
        {
            "total": 14,
            "total_words": 20,
            "total_chars": 105,
            "last_change": "2021-05-05T10:44:32.713267Z",
            "recent_changes": 1,
            "translated": 14,
            "translated_words": 20,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 105,
            "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/luciapplicationsdsvpn/zh_Hans/",
            "translate_url": "http://weblate.openmptcprouter.com/translate/omr/luciapplicationsdsvpn/zh_Hans/"
        },
        {
            "total": 14,
            "total_words": 20,
            "total_chars": 105,
            "last_change": "2021-04-30T16:08:11.377699Z",
            "recent_changes": 1,
            "translated": 14,
            "translated_words": 20,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 105,
            "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": 3,
            "failing_percent": 21.4,
            "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/luciapplicationsdsvpn/fr/",
            "translate_url": "http://weblate.openmptcprouter.com/translate/omr/luciapplicationsdsvpn/fr/"
        },
        {
            "total": 14,
            "total_words": 20,
            "total_chars": 105,
            "last_change": "2024-02-22T12:41:58.557165Z",
            "recent_changes": 0,
            "translated": 14,
            "translated_words": 20,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 105,
            "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/luciapplicationsdsvpn/ru/",
            "translate_url": "http://weblate.openmptcprouter.com/translate/omr/luciapplicationsdsvpn/ru/"
        }
    ]
}