Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/ooops-custom-gierrepack/ooops_ecommerce_description/statistics/
{ "count": 2, "next": null, "previous": null, "results": [ { "total": 9, "total_words": 23, "last_change": null, "recent_changes": 0, "translated": 9, "translated_words": 23, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 173, "translated_chars_percent": 100.0, "total_chars": 173, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "en", "name": "English", "url": "http://weblate.ops404.it/projects/ooops-custom-gierrepack/ooops_ecommerce_description/en/", "translate_url": "http://weblate.ops404.it/translate/ooops-custom-gierrepack/ooops_ecommerce_description/en/" }, { "total": 9, "total_words": 23, "last_change": null, "recent_changes": 0, "translated": 0, "translated_words": 0, "translated_percent": 0.0, "translated_words_percent": 0.0, "translated_chars": 0, "translated_chars_percent": 0.0, "total_chars": 173, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "it", "name": "Italian", "url": "http://weblate.ops404.it/projects/ooops-custom-gierrepack/ooops_ecommerce_description/it/", "translate_url": "http://weblate.ops404.it/translate/ooops-custom-gierrepack/ooops_ecommerce_description/it/" } ] }