Translation components API.

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

GET /api/components/cacti/maint/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/maint/statistics/?format=api",
    "results": [
        {
            "total": 94,
            "total_words": 295,
            "last_change": "2023-11-09T02:02:04.146253Z",
            "recent_changes": 7,
            "translated": 85,
            "translated_words": 234,
            "translated_percent": 90.4,
            "translated_words_percent": 79.3,
            "translated_chars": 1582,
            "translated_chars_percent": 79.4,
            "total_chars": 1992,
            "fuzzy": 9,
            "fuzzy_percent": 9.5,
            "failing": 7,
            "failing_percent": 7.4,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "zh_Hans",
            "name": "Chinese (Simplified)",
            "url": "http://translate.cacti.net/projects/cacti/maint/zh_Hans/",
            "translate_url": "http://translate.cacti.net/translate/cacti/maint/zh_Hans/"
        },
        {
            "total": 94,
            "total_words": 295,
            "last_change": "2021-05-03T08:02:18.873189Z",
            "recent_changes": 2,
            "translated": 47,
            "translated_words": 59,
            "translated_percent": 50.0,
            "translated_words_percent": 20.0,
            "translated_chars": 351,
            "translated_chars_percent": 17.6,
            "total_chars": 1992,
            "fuzzy": 41,
            "fuzzy_percent": 43.6,
            "failing": 8,
            "failing_percent": 8.5,
            "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/maint/zh_Hant/",
            "translate_url": "http://translate.cacti.net/translate/cacti/maint/zh_Hant/"
        },
        {
            "total": 94,
            "total_words": 295,
            "last_change": "2023-06-26T15:34:45.376222Z",
            "recent_changes": 1,
            "translated": 94,
            "translated_words": 295,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1992,
            "translated_chars_percent": 100.0,
            "total_chars": 1992,
            "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/maint/lv/",
            "translate_url": "http://translate.cacti.net/translate/cacti/maint/lv/"
        }
    ]
}