Translation components API.

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

GET /api/components/cacti/webseer/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/webseer/statistics/?format=api",
    "results": [
        {
            "total": 167,
            "total_words": 743,
            "last_change": "2023-11-09T02:03:05.412228Z",
            "recent_changes": 4,
            "translated": 108,
            "translated_words": 487,
            "translated_percent": 64.6,
            "translated_words_percent": 65.5,
            "translated_chars": 2728,
            "translated_chars_percent": 56.9,
            "total_chars": 4793,
            "fuzzy": 53,
            "fuzzy_percent": 31.7,
            "failing": 2,
            "failing_percent": 1.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/webseer/zh_Hans/",
            "translate_url": "http://translate.cacti.net/translate/cacti/webseer/zh_Hans/"
        },
        {
            "total": 167,
            "total_words": 743,
            "last_change": null,
            "recent_changes": 0,
            "translated": 51,
            "translated_words": 60,
            "translated_percent": 30.5,
            "translated_words_percent": 8.0,
            "translated_chars": 348,
            "translated_chars_percent": 7.2,
            "total_chars": 4793,
            "fuzzy": 110,
            "fuzzy_percent": 65.8,
            "failing": 3,
            "failing_percent": 1.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/webseer/zh_Hant/",
            "translate_url": "http://translate.cacti.net/translate/cacti/webseer/zh_Hant/"
        },
        {
            "total": 167,
            "total_words": 743,
            "last_change": "2023-06-25T12:41:17.759018Z",
            "recent_changes": 46,
            "translated": 167,
            "translated_words": 743,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 4793,
            "translated_chars_percent": 100.0,
            "total_chars": 4793,
            "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/webseer/lv/",
            "translate_url": "http://translate.cacti.net/translate/cacti/webseer/lv/"
        }
    ]
}