Translation components API.

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

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

{
    "count": 23,
    "next": null,
    "previous": "http://translate.cacti.net/api/components/cacti/wmi/statistics/?format=api",
    "results": [
        {
            "total": 134,
            "total_words": 622,
            "last_change": "2023-11-09T02:02:41.500670Z",
            "recent_changes": 2,
            "translated": 49,
            "translated_words": 78,
            "translated_percent": 36.5,
            "translated_words_percent": 12.5,
            "translated_chars": 470,
            "translated_chars_percent": 12.5,
            "total_chars": 3746,
            "fuzzy": 85,
            "fuzzy_percent": 63.4,
            "failing": 1,
            "failing_percent": 0.7,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 4,
            "comments": 0,
            "code": "zh_Hans",
            "name": "Chinese (Simplified)",
            "url": "http://translate.cacti.net/projects/cacti/wmi/zh_Hans/",
            "translate_url": "http://translate.cacti.net/translate/cacti/wmi/zh_Hans/"
        },
        {
            "total": 134,
            "total_words": 622,
            "last_change": null,
            "recent_changes": 0,
            "translated": 37,
            "translated_words": 43,
            "translated_percent": 27.6,
            "translated_words_percent": 6.9,
            "translated_chars": 250,
            "translated_chars_percent": 6.6,
            "total_chars": 3746,
            "fuzzy": 96,
            "fuzzy_percent": 71.6,
            "failing": 1,
            "failing_percent": 0.7,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "zh_Hant",
            "name": "Chinese (Traditional)",
            "url": "http://translate.cacti.net/projects/cacti/wmi/zh_Hant/",
            "translate_url": "http://translate.cacti.net/translate/cacti/wmi/zh_Hant/"
        },
        {
            "total": 134,
            "total_words": 622,
            "last_change": "2022-10-24T23:18:41.719797Z",
            "recent_changes": 1,
            "translated": 134,
            "translated_words": 622,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 3746,
            "translated_chars_percent": 100.0,
            "total_chars": 3746,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "lv",
            "name": "Latvian",
            "url": "http://translate.cacti.net/projects/cacti/wmi/lv/",
            "translate_url": "http://translate.cacti.net/translate/cacti/wmi/lv/"
        }
    ]
}