Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/rk_lite/stcurrencies/statistics/
{ "count": 2, "next": null, "previous": null, "results": [ { "last_author": null, "code": "en", "failing_percent": 0.0, "total_words": 25, "translated_words": 25, "url_translate": "http://weblate.ucs.ru/projects/rk_lite/stcurrencies/en/", "fuzzy": 0, "total": 11, "name": "English", "url": "http://weblate.ucs.ru/engage/rk_lite/en/", "translated_percent": 100.0, "failing": 0, "fuzzy_percent": 0.0, "translated": 11, "last_change": null }, { "last_author": "Sergey Sklyar", "code": "ru", "failing_percent": 0.0, "total_words": 25, "translated_words": 25, "url_translate": "http://weblate.ucs.ru/projects/rk_lite/stcurrencies/ru/", "fuzzy": 0, "total": 11, "name": "Russian", "url": "http://weblate.ucs.ru/engage/rk_lite/ru/", "translated_percent": 100.0, "failing": 0, "fuzzy_percent": 0.0, "translated": 11, "last_change": "2020-05-15T11:31:42" } ] }