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