Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/ooops-purchase-14-0/ooops_purchase_order_report_hywer/statistics/
{ "count": 2, "next": null, "previous": null, "results": [ { "total": 1, "total_words": 2, "last_change": null, "recent_changes": 0, "translated": 1, "translated_words": 2, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 35, "translated_chars_percent": 100.0, "total_chars": 35, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "en", "name": "English", "url": "http://weblate.ops404.it/projects/ooops-purchase-14-0/ooops_purchase_order_report_hywer/en/", "translate_url": "http://weblate.ops404.it/translate/ooops-purchase-14-0/ooops_purchase_order_report_hywer/en/" }, { "total": 1, "total_words": 2, "last_change": "2024-08-26T15:16:47.251015Z", "recent_changes": 1, "translated": 1, "translated_words": 2, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 35, "translated_chars_percent": 100.0, "total_chars": 35, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "it", "name": "Italian", "url": "http://weblate.ops404.it/projects/ooops-purchase-14-0/ooops_purchase_order_report_hywer/it/", "translate_url": "http://weblate.ops404.it/translate/ooops-purchase-14-0/ooops_purchase_order_report_hywer/it/" } ] }