Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/interpipe-16-0/interpipe_phone_directory/statistics/?format=api
{ "count": 2, "next": null, "previous": null, "results": [ { "total": 135, "total_words": 323, "last_change": null, "recent_changes": 0, "translated": 135, "translated_words": 323, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 2018, "translated_chars_percent": 100.0, "total_chars": 2018, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 1, "failing_percent": 0.7, "code": "en", "name": "English", "url": "http://weblate.crnd.pro/projects/interpipe-16-0/interpipe_phone_directory/en/", "translate_url": "http://weblate.crnd.pro/translate/interpipe-16-0/interpipe_phone_directory/en/" }, { "total": 135, "total_words": 323, "last_change": "2026-03-03T09:14:10.914671Z", "recent_changes": 2, "translated": 116, "translated_words": 295, "translated_percent": 85.9, "translated_words_percent": 91.3, "translated_chars": 1780, "translated_chars_percent": 88.2, "total_chars": 2018, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 30, "failing_percent": 22.2, "code": "uk", "name": "Ukrainian", "url": "http://weblate.crnd.pro/projects/interpipe-16-0/interpipe_phone_directory/uk/", "translate_url": "http://weblate.crnd.pro/translate/interpipe-16-0/interpipe_phone_directory/uk/" } ] }