Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/ooops-apparel-vertical/ooops_attribute_value_to_column_mrp/statistics/
{ "count": 2, "next": null, "previous": null, "results": [ { "total": 3, "total_words": 4, "last_change": null, "recent_changes": 0, "translated": 3, "translated_words": 4, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 25, "translated_chars_percent": 100.0, "total_chars": 25, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "en", "name": "English", "url": "http://weblate.ops404.it/projects/ooops-apparel-vertical/ooops_attribute_value_to_column_mrp/en/", "translate_url": "http://weblate.ops404.it/translate/ooops-apparel-vertical/ooops_attribute_value_to_column_mrp/en/" }, { "total": 3, "total_words": 4, "last_change": "2021-02-08T18:09:41.605371Z", "recent_changes": 1, "translated": 3, "translated_words": 4, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 25, "translated_chars_percent": 100.0, "total_chars": 25, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "it", "name": "Italian", "url": "http://weblate.ops404.it/projects/ooops-apparel-vertical/ooops_attribute_value_to_column_mrp/it/", "translate_url": "http://weblate.ops404.it/translate/ooops-apparel-vertical/ooops_attribute_value_to_column_mrp/it/" } ] }