Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/test/test-git/statistics/?format=api
{ "count": 3, "next": null, "previous": null, "results": [ { "total": 8, "total_words": 18, "total_chars": 90, "last_change": "2022-09-04T22:19:11.671243Z", "recent_changes": 0, "translated": 7, "translated_words": 18, "translated_percent": 87.5, "translated_words_percent": 100.0, "translated_chars": 90, "translated_chars_percent": 100.0, "fuzzy": 0, "fuzzy_percent": 0.0, "fuzzy_words": 0, "fuzzy_words_percent": 0.0, "fuzzy_chars": 0, "fuzzy_chars_percent": 0.0, "failing": 1, "failing_percent": 12.5, "approved": 0, "approved_percent": 0.0, "approved_words": 0, "approved_words_percent": 0.0, "approved_chars": 0, "approved_chars_percent": 0.0, "readonly": 0, "readonly_percent": 0.0, "readonly_words": 0, "readonly_words_percent": 0.0, "readonly_chars": 0, "readonly_chars_percent": 0.0, "suggestions": 1, "comments": 0, "code": "en", "name": "English", "url": "https://translate.harmony.tf/projects/test/test-git/en/", "translate_url": "https://translate.harmony.tf/translate/test/test-git/en/" }, { "total": 8, "total_words": 18, "total_chars": 90, "last_change": "2022-09-04T23:50:02.432529Z", "recent_changes": 4, "translated": 6, "translated_words": 16, "translated_percent": 75.0, "translated_words_percent": 88.8, "translated_chars": 81, "translated_chars_percent": 90.0, "fuzzy": 0, "fuzzy_percent": 0.0, "fuzzy_words": 0, "fuzzy_words_percent": 0.0, "fuzzy_chars": 0, "fuzzy_chars_percent": 0.0, "failing": 1, "failing_percent": 12.5, "approved": 0, "approved_percent": 0.0, "approved_words": 0, "approved_words_percent": 0.0, "approved_chars": 0, "approved_chars_percent": 0.0, "readonly": 1, "readonly_percent": 12.5, "readonly_words": 0, "readonly_words_percent": 0.0, "readonly_chars": 0, "readonly_chars_percent": 0.0, "suggestions": 0, "comments": 0, "code": "pl", "name": "Polish", "url": "https://translate.harmony.tf/projects/test/test-git/pl/", "translate_url": "https://translate.harmony.tf/translate/test/test-git/pl/" }, { "total": 8, "total_words": 18, "total_chars": 90, "last_change": "2023-08-31T04:45:02.436106Z", "recent_changes": 0, "translated": 1, "translated_words": 0, "translated_percent": 12.5, "translated_words_percent": 0.0, "translated_chars": 0, "translated_chars_percent": 0.0, "fuzzy": 0, "fuzzy_percent": 0.0, "fuzzy_words": 0, "fuzzy_words_percent": 0.0, "fuzzy_chars": 0, "fuzzy_chars_percent": 0.0, "failing": 0, "failing_percent": 0.0, "approved": 0, "approved_percent": 0.0, "approved_words": 0, "approved_words_percent": 0.0, "approved_chars": 0, "approved_chars_percent": 0.0, "readonly": 1, "readonly_percent": 12.5, "readonly_words": 0, "readonly_words_percent": 0.0, "readonly_chars": 0, "readonly_chars_percent": 0.0, "suggestions": 0, "comments": 0, "code": "tr", "name": "Turkish", "url": "https://translate.harmony.tf/projects/test/test-git/tr/", "translate_url": "https://translate.harmony.tf/translate/test/test-git/tr/" } ] }