Translation components API.

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

GET /api/components/setroubleshoot/rhel9setroubleshoot/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/rhel9setroubleshoot/statistics/?format=api",
    "results": [
        {
            "total": 168,
            "total_words": 653,
            "total_chars": 4080,
            "last_change": null,
            "recent_changes": 0,
            "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": 1,
            "failing_percent": 0.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": "uk",
            "name": "Ukrainian",
            "url": "https://translate.fedoraproject.org/projects/setroubleshoot/rhel9setroubleshoot/uk/",
            "translate_url": "https://translate.fedoraproject.org/translate/setroubleshoot/rhel9setroubleshoot/uk/"
        },
        {
            "total": 168,
            "total_words": 653,
            "total_chars": 4080,
            "last_change": null,
            "recent_changes": 0,
            "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": "zh_CN",
            "name": "Chinese (Simplified)",
            "url": "https://translate.fedoraproject.org/projects/setroubleshoot/rhel9setroubleshoot/zh_CN/",
            "translate_url": "https://translate.fedoraproject.org/translate/setroubleshoot/rhel9setroubleshoot/zh_CN/"
        },
        {
            "total": 168,
            "total_words": 653,
            "total_chars": 4080,
            "last_change": "2023-02-28T17:20:11.279786Z",
            "recent_changes": 1,
            "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": 1,
            "comments": 0,
            "code": "zh_TW",
            "name": "Chinese (Traditional)",
            "url": "https://translate.fedoraproject.org/projects/setroubleshoot/rhel9setroubleshoot/zh_TW/",
            "translate_url": "https://translate.fedoraproject.org/translate/setroubleshoot/rhel9setroubleshoot/zh_TW/"
        }
    ]
}