Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/mapotempo-doc/mtlive_manualindex/statistics/?format=api
{ "count": 3, "next": null, "previous": null, "results": [ { "total": 465, "total_words": 5728, "last_change": null, "recent_changes": 0, "translated": 0, "translated_words": 0, "translated_percent": 0.0, "translated_words_percent": 0.0, "translated_chars": 0, "translated_chars_percent": 0.0, "total_chars": 35898, "fuzzy": 6, "fuzzy_percent": 1.2, "failing": 0, "failing_percent": 0.0, "code": "es", "name": "Spanish", "url": "http://translate.mapotempo.com/projects/mapotempo-doc/mtlive_manualindex/es/", "translate_url": "http://translate.mapotempo.com/translate/mapotempo-doc/mtlive_manualindex/es/" }, { "total": 465, "total_words": 5728, "last_change": null, "recent_changes": 0, "translated": 0, "translated_words": 0, "translated_percent": 0.0, "translated_words_percent": 0.0, "translated_chars": 0, "translated_chars_percent": 0.0, "total_chars": 35898, "fuzzy": 6, "fuzzy_percent": 1.2, "failing": 0, "failing_percent": 0.0, "code": "pt", "name": "Portuguese", "url": "http://translate.mapotempo.com/projects/mapotempo-doc/mtlive_manualindex/pt/", "translate_url": "http://translate.mapotempo.com/translate/mapotempo-doc/mtlive_manualindex/pt/" }, { "total": 465, "total_words": 5728, "last_change": "2021-02-25T16:11:57.768957Z", "recent_changes": 83, "translated": 465, "translated_words": 5728, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 35898, "translated_chars_percent": 100.0, "total_chars": 35898, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "en", "name": "English", "url": "http://translate.mapotempo.com/projects/mapotempo-doc/mtlive_manualindex/en/", "translate_url": "http://translate.mapotempo.com/translate/mapotempo-doc/mtlive_manualindex/en/" } ] }