Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/ooops-stock-14-0/ooops_stock_lot_transfer/statistics/
{ "count": 2, "next": null, "previous": null, "results": [ { "total": 107, "total_words": 409, "last_change": null, "recent_changes": 0, "translated": 107, "translated_words": 409, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 2784, "translated_chars_percent": 100.0, "total_chars": 2784, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "en", "name": "English", "url": "http://weblate.ops404.it/projects/ooops-stock-14-0/ooops_stock_lot_transfer/en/", "translate_url": "http://weblate.ops404.it/translate/ooops-stock-14-0/ooops_stock_lot_transfer/en/" }, { "total": 107, "total_words": 409, "last_change": "2025-03-10T08:44:49.353049Z", "recent_changes": 1, "translated": 107, "translated_words": 409, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 2784, "translated_chars_percent": 100.0, "total_chars": 2784, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "it", "name": "Italian", "url": "http://weblate.ops404.it/projects/ooops-stock-14-0/ooops_stock_lot_transfer/it/", "translate_url": "http://weblate.ops404.it/translate/ooops-stock-14-0/ooops_stock_lot_transfer/it/" } ] }