Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/ooops-configurator/ooops_sale_order_line_price_breakdown/statistics/
{ "count": 2, "next": null, "previous": null, "results": [ { "total": 28, "total_words": 73, "last_change": null, "recent_changes": 0, "translated": 28, "translated_words": 73, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 435, "translated_chars_percent": 100.0, "total_chars": 435, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "en", "name": "English", "url": "http://weblate.ops404.it/projects/ooops-configurator/ooops_sale_order_line_price_breakdown/en/", "translate_url": "http://weblate.ops404.it/translate/ooops-configurator/ooops_sale_order_line_price_breakdown/en/" }, { "total": 28, "total_words": 73, "last_change": "2023-09-18T08:34:08.059573Z", "recent_changes": 1, "translated": 28, "translated_words": 73, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 435, "translated_chars_percent": 100.0, "total_chars": 435, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "it", "name": "Italian", "url": "http://weblate.ops404.it/projects/ooops-configurator/ooops_sale_order_line_price_breakdown/it/", "translate_url": "http://weblate.ops404.it/translate/ooops-configurator/ooops_sale_order_line_price_breakdown/it/" } ] }