Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/ooops/ooops_dimensions_bom_formula/statistics/
{ "count": 2, "next": null, "previous": null, "results": [ { "total": 11, "total_words": 24, "last_change": null, "recent_changes": 0, "translated": 11, "translated_words": 24, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 170, "translated_chars_percent": 100.0, "total_chars": 170, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "en", "name": "English", "url": "http://weblate.ops404.it/projects/ooops/ooops_dimensions_bom_formula/en/", "translate_url": "http://weblate.ops404.it/translate/ooops/ooops_dimensions_bom_formula/en/" }, { "total": 11, "total_words": 24, "last_change": "2022-04-01T13:07:26.402413Z", "recent_changes": 1, "translated": 10, "translated_words": 19, "translated_percent": 90.9, "translated_words_percent": 79.1, "translated_chars": 142, "translated_chars_percent": 83.5, "total_chars": 170, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "it", "name": "Italian", "url": "http://weblate.ops404.it/projects/ooops/ooops_dimensions_bom_formula/it/", "translate_url": "http://weblate.ops404.it/translate/ooops/ooops_dimensions_bom_formula/it/" } ] }