Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/pathfinder_kingmaker/kingdom/statistics/?format=api
{ "count": 2, "next": null, "previous": null, "results": [ { "total": 4492, "total_words": 103172, "last_change": "2021-09-05T14:02:35.067439Z", "recent_changes": 2, "translated": 4492, "translated_words": 103172, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 642612, "translated_chars_percent": 100.0, "total_chars": 642612, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 73, "failing_percent": 1.6, "code": "ko", "name": "Korean", "url": "http://waldo.team/projects/pathfinder_kingmaker/kingdom/ko/", "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/kingdom/ko/" }, { "total": 4492, "total_words": 103172, "last_change": null, "recent_changes": 0, "translated": 4492, "translated_words": 103172, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 642612, "translated_chars_percent": 100.0, "total_chars": 642612, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "en", "name": "English", "url": "http://waldo.team/projects/pathfinder_kingmaker/kingdom/en/", "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/kingdom/en/" } ] }