Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/resource-catalog-16-0/crnd_invest_offer/statistics/?format=api
{ "count": 2, "next": null, "previous": null, "results": [ { "total": 90, "total_words": 234, "last_change": null, "recent_changes": 0, "translated": 90, "translated_words": 234, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 1422, "translated_chars_percent": 100.0, "total_chars": 1422, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 6, "failing_percent": 6.6, "code": "en", "name": "English", "url": "http://weblate.crnd.pro/projects/resource-catalog-16-0/crnd_invest_offer/en/", "translate_url": "http://weblate.crnd.pro/translate/resource-catalog-16-0/crnd_invest_offer/en/" }, { "total": 90, "total_words": 234, "last_change": "2025-07-24T07:11:23.659805Z", "recent_changes": 3, "translated": 58, "translated_words": 169, "translated_percent": 64.4, "translated_words_percent": 72.2, "translated_chars": 993, "translated_chars_percent": 69.8, "total_chars": 1422, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 16, "failing_percent": 17.7, "code": "uk", "name": "Ukrainian", "url": "http://weblate.crnd.pro/projects/resource-catalog-16-0/crnd_invest_offer/uk/", "translate_url": "http://weblate.crnd.pro/translate/resource-catalog-16-0/crnd_invest_offer/uk/" } ] }