Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/pathfinder-wotr/dialogue/statistics/?format=api
{ "count": 3, "next": null, "previous": null, "results": [ { "total": 54806, "total_words": 1617041, "last_change": null, "recent_changes": 0, "translated": 54806, "translated_words": 1617041, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 9132440, "translated_chars_percent": 100.0, "total_chars": 9132440, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "en", "name": "English", "url": "http://waldo.team/projects/pathfinder-wotr/dialogue/en/", "translate_url": "http://waldo.team/translate/pathfinder-wotr/dialogue/en/" }, { "total": 54806, "total_words": 1617041, "last_change": "2026-04-19T04:31:30.002144Z", "recent_changes": 1, "translated": 49149, "translated_words": 1484719, "translated_percent": 89.6, "translated_words_percent": 91.8, "translated_chars": 8381525, "translated_chars_percent": 91.7, "total_chars": 9132440, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 12, "failing_percent": 0.1, "code": "ko", "name": "Korean", "url": "http://waldo.team/projects/pathfinder-wotr/dialogue/ko/", "translate_url": "http://waldo.team/translate/pathfinder-wotr/dialogue/ko/" }, { "total": 54806, "total_words": 1617041, "last_change": null, "recent_changes": 0, "translated": 54806, "translated_words": 1617041, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 9132440, "translated_chars_percent": 100.0, "total_chars": 9132440, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "ko_mt", "name": "한국어 (기계번역)", "url": "http://waldo.team/projects/pathfinder-wotr/dialogue/ko_mt/", "translate_url": "http://waldo.team/translate/pathfinder-wotr/dialogue/ko_mt/" } ] }