Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/bureaucrat-generics-17-0/yo_contract/statistics/?format=api
{ "count": 2, "next": null, "previous": null, "results": [ { "total": 190, "total_words": 593, "last_change": null, "recent_changes": 0, "translated": 190, "translated_words": 593, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 3840, "translated_chars_percent": 100.0, "total_chars": 3840, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 3, "failing_percent": 1.5, "code": "en", "name": "English", "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/yo_contract/en/", "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/yo_contract/en/" }, { "total": 190, "total_words": 593, "last_change": "2025-09-26T14:11:30.027028Z", "recent_changes": 202, "translated": 188, "translated_words": 581, "translated_percent": 98.9, "translated_words_percent": 97.9, "translated_chars": 3761, "translated_chars_percent": 97.9, "total_chars": 3840, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 63, "failing_percent": 33.1, "code": "uk", "name": "Ukrainian", "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/yo_contract/uk/", "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/yo_contract/uk/" } ] }