Translation components API.

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

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

{
    "count": 22,
    "next": null,
    "previous": "http://translate.cacti.net/api/components/cacti/flowview/statistics/?format=api",
    "results": [
        {
            "total": 327,
            "total_words": 1507,
            "last_change": "2024-03-03T08:34:24.112305Z",
            "recent_changes": 3,
            "translated": 213,
            "translated_words": 713,
            "translated_percent": 65.1,
            "translated_words_percent": 47.3,
            "translated_chars": 4239,
            "translated_chars_percent": 47.8,
            "total_chars": 8863,
            "fuzzy": 112,
            "fuzzy_percent": 34.2,
            "failing": 20,
            "failing_percent": 6.1,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 1,
            "comments": 0,
            "code": "zh_Hans",
            "name": "Chinese (Simplified)",
            "url": "http://translate.cacti.net/projects/cacti/flowview/zh_Hans/",
            "translate_url": "http://translate.cacti.net/translate/cacti/flowview/zh_Hans/"
        },
        {
            "total": 327,
            "total_words": 1507,
            "last_change": "2021-05-03T08:02:18.836855Z",
            "recent_changes": 6,
            "translated": 96,
            "translated_words": 128,
            "translated_percent": 29.3,
            "translated_words_percent": 8.4,
            "translated_chars": 741,
            "translated_chars_percent": 8.3,
            "total_chars": 8863,
            "fuzzy": 229,
            "fuzzy_percent": 70.0,
            "failing": 33,
            "failing_percent": 10.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 1,
            "comments": 0,
            "code": "zh_Hant",
            "name": "Chinese (Traditional)",
            "url": "http://translate.cacti.net/projects/cacti/flowview/zh_Hant/",
            "translate_url": "http://translate.cacti.net/translate/cacti/flowview/zh_Hant/"
        }
    ]
}