Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/stream-view/main/statistics/?format=api
{ "count": 3, "next": null, "previous": null, "results": [ { "total": 114, "total_words": 924, "total_chars": 5755, "last_change": "2023-09-23T04:16:39.408064Z", "recent_changes": 0, "translated": 114, "translated_words": 924, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 5755, "translated_chars_percent": 100.0, "fuzzy": 0, "fuzzy_percent": 0.0, "fuzzy_words": 0, "fuzzy_words_percent": 0.0, "fuzzy_chars": 0, "fuzzy_chars_percent": 0.0, "failing": 0, "failing_percent": 0.0, "approved": 0, "approved_percent": 0.0, "approved_words": 0, "approved_words_percent": 0.0, "approved_chars": 0, "approved_chars_percent": 0.0, "readonly": 0, "readonly_percent": 0.0, "readonly_words": 0, "readonly_words_percent": 0.0, "readonly_chars": 0, "readonly_chars_percent": 0.0, "suggestions": 0, "comments": 0, "code": "en", "name": "English", "url": "https://weblate.foundryvtt-hub.com/projects/stream-view/main/en/", "translate_url": "https://weblate.foundryvtt-hub.com/translate/stream-view/main/en/" }, { "total": 114, "total_words": 924, "total_chars": 5755, "last_change": "2023-09-23T04:16:39.747080Z", "recent_changes": 0, "translated": 102, "translated_words": 800, "translated_percent": 89.4, "translated_words_percent": 86.5, "translated_chars": 5008, "translated_chars_percent": 87.0, "fuzzy": 0, "fuzzy_percent": 0.0, "fuzzy_words": 0, "fuzzy_words_percent": 0.0, "fuzzy_chars": 0, "fuzzy_chars_percent": 0.0, "failing": 3, "failing_percent": 2.6, "approved": 0, "approved_percent": 0.0, "approved_words": 0, "approved_words_percent": 0.0, "approved_chars": 0, "approved_chars_percent": 0.0, "readonly": 0, "readonly_percent": 0.0, "readonly_words": 0, "readonly_words_percent": 0.0, "readonly_chars": 0, "readonly_chars_percent": 0.0, "suggestions": 0, "comments": 0, "code": "es", "name": "Spanish", "url": "https://weblate.foundryvtt-hub.com/projects/stream-view/main/es/", "translate_url": "https://weblate.foundryvtt-hub.com/translate/stream-view/main/es/" }, { "total": 114, "total_words": 924, "total_chars": 5755, "last_change": "2024-06-16T18:33:01.580848Z", "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, "fuzzy": 0, "fuzzy_percent": 0.0, "fuzzy_words": 0, "fuzzy_words_percent": 0.0, "fuzzy_chars": 0, "fuzzy_chars_percent": 0.0, "failing": 0, "failing_percent": 0.0, "approved": 0, "approved_percent": 0.0, "approved_words": 0, "approved_words_percent": 0.0, "approved_chars": 0, "approved_chars_percent": 0.0, "readonly": 0, "readonly_percent": 0.0, "readonly_words": 0, "readonly_words_percent": 0.0, "readonly_chars": 0, "readonly_chars_percent": 0.0, "suggestions": 0, "comments": 0, "code": "pl", "name": "Polish", "url": "https://weblate.foundryvtt-hub.com/projects/stream-view/main/pl/", "translate_url": "https://weblate.foundryvtt-hub.com/translate/stream-view/main/pl/" } ] }