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_todo_automatization/statistics/
{ "count": 2, "next": null, "previous": null, "results": [ { "total": 16, "total_words": 87, "last_change": null, "recent_changes": 0, "translated": 16, "translated_words": 87, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 511, "translated_chars_percent": 100.0, "total_chars": 511, "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_todo_automatization/en/", "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_todo_automatization/en/" }, { "total": 16, "total_words": 87, "last_change": "2025-03-31T08:51:50.584707Z", "recent_changes": 1, "translated": 16, "translated_words": 87, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 511, "translated_chars_percent": 100.0, "total_chars": 511, "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_todo_automatization/uk/", "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_todo_automatization/uk/" } ] }