Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/crnd-web-17-0/test_crnd_web_diagram/statistics/
{ "count": 3, "next": null, "previous": null, "results": [ { "total": 38, "total_words": 89, "last_change": null, "recent_changes": 0, "translated": 38, "translated_words": 89, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 624, "translated_chars_percent": 100.0, "total_chars": 624, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 6, "failing_percent": 15.7, "code": "en", "name": "English", "url": "http://weblate.crnd.pro/projects/crnd-web-17-0/test_crnd_web_diagram/en/", "translate_url": "http://weblate.crnd.pro/translate/crnd-web-17-0/test_crnd_web_diagram/en/" }, { "total": 38, "total_words": 89, "last_change": null, "recent_changes": 0, "translated": 0, "translated_words": 0, "translated_percent": 0.0, "translated_words_percent": 0.0, "translated_chars": 0, "translated_chars_percent": 0.0, "total_chars": 624, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 7, "failing_percent": 18.4, "code": "ru", "name": "ru (generated)", "url": "http://weblate.crnd.pro/projects/crnd-web-17-0/test_crnd_web_diagram/ru/", "translate_url": "http://weblate.crnd.pro/translate/crnd-web-17-0/test_crnd_web_diagram/ru/" }, { "total": 38, "total_words": 89, "last_change": null, "recent_changes": 0, "translated": 0, "translated_words": 0, "translated_percent": 0.0, "translated_words_percent": 0.0, "translated_chars": 0, "translated_chars_percent": 0.0, "total_chars": 624, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 6, "failing_percent": 15.7, "code": "uk", "name": "Ukrainian", "url": "http://weblate.crnd.pro/projects/crnd-web-17-0/test_crnd_web_diagram/uk/", "translate_url": "http://weblate.crnd.pro/translate/crnd-web-17-0/test_crnd_web_diagram/uk/" } ] }