Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 64,
            "total_words": 230,
            "total_chars": 1509,
            "last_change": "2023-08-19T17:44:33.104190Z",
            "recent_changes": 66,
            "translated": 64,
            "translated_words": 230,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1509,
            "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": 1.5,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 16,
            "readonly_percent": 25.0,
            "readonly_words": 18,
            "readonly_words_percent": 7.8,
            "readonly_chars": 208,
            "readonly_chars_percent": 13.7,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://hosted.weblate.org/projects/mgx/client-options/en/",
            "translate_url": "https://hosted.weblate.org/translate/mgx/client-options/en/"
        },
        {
            "total": 64,
            "total_words": 230,
            "total_chars": 1507,
            "last_change": "2023-10-14T18:01:56.739420Z",
            "recent_changes": 0,
            "translated": 62,
            "translated_words": 191,
            "translated_percent": 96.8,
            "translated_words_percent": 83.0,
            "translated_chars": 1276,
            "translated_chars_percent": 84.6,
            "fuzzy": 2,
            "fuzzy_percent": 3.1,
            "fuzzy_words": 39,
            "fuzzy_words_percent": 16.9,
            "fuzzy_chars": 231,
            "fuzzy_chars_percent": 15.3,
            "failing": 6,
            "failing_percent": 9.3,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 16,
            "readonly_percent": 25.0,
            "readonly_words": 18,
            "readonly_words_percent": 7.8,
            "readonly_chars": 208,
            "readonly_chars_percent": 13.8,
            "suggestions": 2,
            "comments": 0,
            "code": "es",
            "name": "Spanish",
            "url": "https://hosted.weblate.org/projects/mgx/client-options/es/",
            "translate_url": "https://hosted.weblate.org/translate/mgx/client-options/es/"
        },
        {
            "total": 64,
            "total_words": 230,
            "total_chars": 1507,
            "last_change": "2023-08-19T17:46:24.489078Z",
            "recent_changes": 118,
            "translated": 64,
            "translated_words": 230,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1507,
            "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": 6,
            "failing_percent": 9.3,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 16,
            "readonly_percent": 25.0,
            "readonly_words": 18,
            "readonly_words_percent": 7.8,
            "readonly_chars": 208,
            "readonly_chars_percent": 13.8,
            "suggestions": 0,
            "comments": 0,
            "code": "ru",
            "name": "Russian",
            "url": "https://hosted.weblate.org/projects/mgx/client-options/ru/",
            "translate_url": "https://hosted.weblate.org/translate/mgx/client-options/ru/"
        },
        {
            "total": 64,
            "total_words": 230,
            "total_chars": 1507,
            "last_change": "2023-08-19T17:44:33.361029Z",
            "recent_changes": 66,
            "translated": 16,
            "translated_words": 18,
            "translated_percent": 25.0,
            "translated_words_percent": 7.8,
            "translated_chars": 208,
            "translated_chars_percent": 13.8,
            "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": 16,
            "readonly_percent": 25.0,
            "readonly_words": 18,
            "readonly_words_percent": 7.8,
            "readonly_chars": 208,
            "readonly_chars_percent": 13.8,
            "suggestions": 0,
            "comments": 0,
            "code": "zh_Hans",
            "name": "Chinese (Simplified)",
            "url": "https://hosted.weblate.org/projects/mgx/client-options/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/mgx/client-options/zh_Hans/"
        }
    ]
}