Translation components API.

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

GET /api/components/cacti/reportit/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/reportit/statistics/?format=api",
    "results": [
        {
            "total": 590,
            "total_words": 3552,
            "last_change": "2023-11-09T02:02:52.369029Z",
            "recent_changes": 2,
            "translated": 182,
            "translated_words": 319,
            "translated_percent": 30.8,
            "translated_words_percent": 8.9,
            "translated_chars": 1898,
            "translated_chars_percent": 8.7,
            "total_chars": 21676,
            "fuzzy": 408,
            "fuzzy_percent": 69.1,
            "failing": 34,
            "failing_percent": 5.7,
            "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/reportit/zh_Hans/",
            "translate_url": "http://translate.cacti.net/translate/cacti/reportit/zh_Hans/"
        },
        {
            "total": 590,
            "total_words": 3552,
            "last_change": null,
            "recent_changes": 0,
            "translated": 150,
            "translated_words": 197,
            "translated_percent": 25.4,
            "translated_words_percent": 5.5,
            "translated_chars": 1186,
            "translated_chars_percent": 5.4,
            "total_chars": 21676,
            "fuzzy": 440,
            "fuzzy_percent": 74.5,
            "failing": 36,
            "failing_percent": 6.1,
            "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/reportit/zh_Hant/",
            "translate_url": "http://translate.cacti.net/translate/cacti/reportit/zh_Hant/"
        }
    ]
}