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_approval_report_mixin/statistics/?format=api
{ "count": 2, "next": null, "previous": null, "results": [ { "total": 3, "total_words": 7, "last_change": null, "recent_changes": 0, "translated": 3, "translated_words": 7, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 50, "translated_chars_percent": 100.0, "total_chars": 50, "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_approval_report_mixin/en/", "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_document_approval_report_mixin/en/" }, { "total": 3, "total_words": 7, "last_change": "2025-09-26T12:17:17.502973Z", "recent_changes": 3, "translated": 2, "translated_words": 4, "translated_percent": 66.6, "translated_words_percent": 57.1, "translated_chars": 27, "translated_chars_percent": 54.0, "total_chars": 50, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "uk", "name": "Ukrainian", "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_document_approval_report_mixin/uk/", "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_document_approval_report_mixin/uk/" } ] }