Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/dai/codex/statistics/?format=api
{ "count": 2, "next": null, "previous": null, "results": [ { "total": 2932, "total_words": 191757, "last_change": null, "recent_changes": 0, "translated": 2932, "translated_words": 191757, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 1108314, "translated_chars_percent": 100.0, "total_chars": 1108314, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "en", "name": "English", "url": "http://waldo.team/projects/dai/codex/en/", "translate_url": "http://waldo.team/translate/dai/codex/en/" }, { "total": 2932, "total_words": 191757, "last_change": "2025-11-28T23:57:05.066846Z", "recent_changes": 1, "translated": 2932, "translated_words": 191757, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 1108314, "translated_chars_percent": 100.0, "total_chars": 1108314, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 17, "failing_percent": 0.5, "code": "ko", "name": "Korean", "url": "http://waldo.team/projects/dai/codex/ko/", "translate_url": "http://waldo.team/translate/dai/codex/ko/" } ] }