Translation components API.

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

GET /api/components/cacti/npc/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/npc/statistics/?format=api",
    "results": [
        {
            "total": 42,
            "total_words": 336,
            "last_change": "2024-03-03T08:30:40.804325Z",
            "recent_changes": 1,
            "translated": 9,
            "translated_words": 25,
            "translated_percent": 21.4,
            "translated_words_percent": 7.4,
            "translated_chars": 147,
            "translated_chars_percent": 7.3,
            "total_chars": 2012,
            "fuzzy": 33,
            "fuzzy_percent": 78.5,
            "failing": 1,
            "failing_percent": 2.3,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 5,
            "comments": 0,
            "code": "zh_Hans",
            "name": "Chinese (Simplified)",
            "url": "http://translate.cacti.net/projects/cacti/npc/zh_Hans/",
            "translate_url": "http://translate.cacti.net/translate/cacti/npc/zh_Hans/"
        },
        {
            "total": 42,
            "total_words": 336,
            "last_change": null,
            "recent_changes": 0,
            "translated": 6,
            "translated_words": 10,
            "translated_percent": 14.2,
            "translated_words_percent": 2.9,
            "translated_chars": 62,
            "translated_chars_percent": 3.0,
            "total_chars": 2012,
            "fuzzy": 36,
            "fuzzy_percent": 85.7,
            "failing": 0,
            "failing_percent": 0.0,
            "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/npc/zh_Hant/",
            "translate_url": "http://translate.cacti.net/translate/cacti/npc/zh_Hant/"
        },
        {
            "total": 42,
            "total_words": 336,
            "last_change": "2022-06-19T22:37:30.978338Z",
            "recent_changes": 1,
            "translated": 42,
            "translated_words": 336,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 2012,
            "translated_chars_percent": 100.0,
            "total_chars": 2012,
            "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/npc/lv/",
            "translate_url": "http://translate.cacti.net/translate/cacti/npc/lv/"
        }
    ]
}