Translation components API.

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

GET /api/components/setroubleshoot/setroubleshoot/statistics/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 53,
    "next": null,
    "previous": "https://translate.fedoraproject.org/api/components/setroubleshoot/setroubleshoot/statistics/?format=api",
    "results": [
        {
            "total": 168,
            "total_words": 653,
            "total_chars": 4080,
            "last_change": "2022-09-07T12:43:56.225602Z",
            "recent_changes": 0,
            "translated": 158,
            "translated_words": 579,
            "translated_percent": 94.0,
            "translated_words_percent": 88.6,
            "translated_chars": 3661,
            "translated_chars_percent": 89.7,
            "fuzzy": 2,
            "fuzzy_percent": 1.1,
            "fuzzy_words": 10,
            "fuzzy_words_percent": 1.5,
            "fuzzy_chars": 49,
            "fuzzy_chars_percent": 1.2,
            "failing": 4,
            "failing_percent": 2.3,
            "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_TW",
            "name": "Chinese (Traditional)",
            "url": "https://translate.fedoraproject.org/projects/setroubleshoot/setroubleshoot/zh_TW/",
            "translate_url": "https://translate.fedoraproject.org/translate/setroubleshoot/setroubleshoot/zh_TW/"
        },
        {
            "total": 168,
            "total_words": 653,
            "total_chars": 4080,
            "last_change": "2022-09-07T12:43:53.884086Z",
            "recent_changes": 0,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 0.5,
            "translated_words_percent": 0.3,
            "translated_chars": 7,
            "translated_chars_percent": 0.1,
            "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": "si",
            "name": "Sinhala",
            "url": "https://translate.fedoraproject.org/projects/setroubleshoot/setroubleshoot/si/",
            "translate_url": "https://translate.fedoraproject.org/translate/setroubleshoot/setroubleshoot/si/"
        },
        {
            "total": 168,
            "total_words": 653,
            "total_chars": 4080,
            "last_change": "2023-06-28T05:33:04.062489Z",
            "recent_changes": 1,
            "translated": 168,
            "translated_words": 653,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 4080,
            "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": "ka",
            "name": "Georgian",
            "url": "https://translate.fedoraproject.org/projects/setroubleshoot/setroubleshoot/ka/",
            "translate_url": "https://translate.fedoraproject.org/translate/setroubleshoot/setroubleshoot/ka/"
        }
    ]
}