Translation components API.

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

GET /api/components/cacti/gexport/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/gexport/statistics/?format=api",
    "results": [
        {
            "total": 206,
            "total_words": 1156,
            "last_change": "2023-11-09T02:02:52.869370Z",
            "recent_changes": 6,
            "translated": 145,
            "translated_words": 810,
            "translated_percent": 70.3,
            "translated_words_percent": 70.0,
            "translated_chars": 4676,
            "translated_chars_percent": 65.1,
            "total_chars": 7174,
            "fuzzy": 60,
            "fuzzy_percent": 29.1,
            "failing": 5,
            "failing_percent": 2.4,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 3,
            "comments": 0,
            "code": "zh_Hans",
            "name": "Chinese (Simplified)",
            "url": "http://translate.cacti.net/projects/cacti/gexport/zh_Hans/",
            "translate_url": "http://translate.cacti.net/translate/cacti/gexport/zh_Hans/"
        },
        {
            "total": 206,
            "total_words": 1156,
            "last_change": null,
            "recent_changes": 0,
            "translated": 47,
            "translated_words": 53,
            "translated_percent": 22.8,
            "translated_words_percent": 4.5,
            "translated_chars": 280,
            "translated_chars_percent": 3.9,
            "total_chars": 7174,
            "fuzzy": 154,
            "fuzzy_percent": 74.7,
            "failing": 4,
            "failing_percent": 1.9,
            "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/gexport/zh_Hant/",
            "translate_url": "http://translate.cacti.net/translate/cacti/gexport/zh_Hant/"
        },
        {
            "total": 206,
            "total_words": 1156,
            "last_change": "2022-12-29T18:18:21.007177Z",
            "recent_changes": 1,
            "translated": 206,
            "translated_words": 1156,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 7174,
            "translated_chars_percent": 100.0,
            "total_chars": 7174,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 0.4,
            "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/gexport/lv/",
            "translate_url": "http://translate.cacti.net/translate/cacti/gexport/lv/"
        }
    ]
}