Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/mapotempo-doc/manual06-plans/statistics/?format=api
{ "count": 3, "next": null, "previous": null, "results": [ { "total": 240, "total_words": 3751, "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": 24033, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "es", "name": "Spanish", "url": "http://translate.mapotempo.com/projects/mapotempo-doc/manual06-plans/es/", "translate_url": "http://translate.mapotempo.com/translate/mapotempo-doc/manual06-plans/es/" }, { "total": 240, "total_words": 3751, "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": 24033, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "pt", "name": "Portuguese", "url": "http://translate.mapotempo.com/projects/mapotempo-doc/manual06-plans/pt/", "translate_url": "http://translate.mapotempo.com/translate/mapotempo-doc/manual06-plans/pt/" }, { "total": 240, "total_words": 3751, "last_change": null, "recent_changes": 0, "translated": 240, "translated_words": 3751, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 24033, "translated_chars_percent": 100.0, "total_chars": 24033, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "code": "en", "name": "English", "url": "http://translate.mapotempo.com/projects/mapotempo-doc/manual06-plans/en/", "translate_url": "http://translate.mapotempo.com/translate/mapotempo-doc/manual06-plans/en/" } ] }