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_specialist_profile/statistics/?format=api
{ "count": 2, "next": null, "previous": null, "results": [ { "total": 186, "total_words": 459, "last_change": null, "recent_changes": 0, "translated": 186, "translated_words": 459, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 4013, "translated_chars_percent": 100.0, "total_chars": 4013, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 13, "failing_percent": 6.9, "code": "en", "name": "English", "url": "http://weblate.crnd.pro/projects/resource-catalog-16-0/crnd_specialist_profile/en/", "translate_url": "http://weblate.crnd.pro/translate/resource-catalog-16-0/crnd_specialist_profile/en/" }, { "total": 186, "total_words": 459, "last_change": "2025-07-24T07:11:23.711750Z", "recent_changes": 3, "translated": 58, "translated_words": 167, "translated_percent": 31.1, "translated_words_percent": 36.3, "translated_chars": 984, "translated_chars_percent": 24.5, "total_chars": 4013, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 16, "failing_percent": 8.6, "code": "uk", "name": "Ukrainian", "url": "http://weblate.crnd.pro/projects/resource-catalog-16-0/crnd_specialist_profile/uk/", "translate_url": "http://weblate.crnd.pro/translate/resource-catalog-16-0/crnd_specialist_profile/uk/" } ] }