Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/bureaucrat-generics-17-0/generic_document_file_list_mixin/statistics/?format=api
{ "count": 2, "next": null, "previous": null, "results": [ { "total": 3, "total_words": 3, "last_change": null, "recent_changes": 0, "translated": 3, "translated_words": 3, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 43, "translated_chars_percent": 100.0, "total_chars": 43, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "en", "name": "English", "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_document_file_list_mixin/en/", "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_document_file_list_mixin/en/" }, { "total": 3, "total_words": 3, "last_change": "2025-09-26T13:28:45.230255Z", "recent_changes": 1, "translated": 1, "translated_words": 1, "translated_percent": 33.3, "translated_words_percent": 33.3, "translated_chars": 5, "translated_chars_percent": 11.6, "total_chars": 43, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 1, "failing_percent": 33.3, "code": "uk", "name": "Ukrainian", "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_document_file_list_mixin/uk/", "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_document_file_list_mixin/uk/" } ] }