Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 50,
            "total_words": 85,
            "total_chars": 516,
            "last_change": "2022-11-23T07:41:06.706469Z",
            "recent_changes": 0,
            "translated": 50,
            "translated_words": 85,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 516,
            "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": 1,
            "failing_percent": 2.0,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 50,
            "readonly_percent": 100.0,
            "readonly_words": 85,
            "readonly_words_percent": 100.0,
            "readonly_chars": 516,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.openmptcprouter.com/projects/omr/lucimoddashboard/en/",
            "translate_url": "http://weblate.openmptcprouter.com/translate/omr/lucimoddashboard/en/"
        },
        {
            "total": 50,
            "total_words": 85,
            "total_chars": 516,
            "last_change": "2022-11-23T07:41:06.905271Z",
            "recent_changes": 0,
            "translated": 50,
            "translated_words": 85,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 516,
            "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": 1,
            "failing_percent": 2.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": 1,
            "comments": 0,
            "code": "fr",
            "name": "French",
            "url": "http://weblate.openmptcprouter.com/projects/omr/lucimoddashboard/fr/",
            "translate_url": "http://weblate.openmptcprouter.com/translate/omr/lucimoddashboard/fr/"
        },
        {
            "total": 50,
            "total_words": 85,
            "total_chars": 516,
            "last_change": "2021-06-01T09:30:00.825510Z",
            "recent_changes": 53,
            "translated": 50,
            "translated_words": 85,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 516,
            "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": 1,
            "failing_percent": 2.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/lucimoddashboard/zh_Hans/",
            "translate_url": "http://weblate.openmptcprouter.com/translate/omr/lucimoddashboard/zh_Hans/"
        },
        {
            "total": 50,
            "total_words": 85,
            "total_chars": 516,
            "last_change": "2024-02-22T12:42:00.970165Z",
            "recent_changes": 0,
            "translated": 50,
            "translated_words": 85,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 516,
            "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": 4.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/lucimoddashboard/ru/",
            "translate_url": "http://weblate.openmptcprouter.com/translate/omr/lucimoddashboard/ru/"
        }
    ]
}