Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/dai/ui/statistics/?format=api
{ "count": 2, "next": null, "previous": null, "results": [ { "total": 1934, "total_words": 96480, "last_change": null, "recent_changes": 0, "translated": 1934, "translated_words": 96480, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 612228, "translated_chars_percent": 100.0, "total_chars": 612228, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "en", "name": "English", "url": "http://waldo.team/projects/dai/ui/en/", "translate_url": "http://waldo.team/translate/dai/ui/en/" }, { "total": 1934, "total_words": 96480, "last_change": "2024-02-07T11:48:14.348977Z", "recent_changes": 1, "translated": 1934, "translated_words": 96480, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 612228, "translated_chars_percent": 100.0, "total_chars": 612228, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 6, "failing_percent": 0.3, "code": "ko", "name": "Korean", "url": "http://waldo.team/projects/dai/ui/ko/", "translate_url": "http://waldo.team/translate/dai/ui/ko/" } ] }