Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/trm/champ-de-valeur/statistics/?format=api
{ "count": 3, "next": null, "previous": null, "results": [ { "total": 46, "total_words": 2137, "last_change": null, "recent_changes": 0, "translated": 46, "translated_words": 2137, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 13407, "translated_chars_percent": 100.0, "total_chars": 13407, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 5, "failing_percent": 10.8, "approved": 0, "approved_percent": 0.0, "readonly": 46, "readonly_percent": 100.0, "suggestions": 0, "comments": 0, "code": "fr", "name": "French", "url": "https://weblate.duniter.org/projects/trm/champ-de-valeur/fr/", "translate_url": "https://weblate.duniter.org/translate/trm/champ-de-valeur/fr/" }, { "total": 46, "total_words": 2137, "last_change": "2023-03-24T16:31:53.926595Z", "recent_changes": 7, "translated": 46, "translated_words": 2137, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 13407, "translated_chars_percent": 100.0, "total_chars": 13407, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "approved": 0, "approved_percent": 0.0, "readonly": 0, "readonly_percent": 0.0, "suggestions": 0, "comments": 0, "code": "en_US", "name": "English (United States)", "url": "https://weblate.duniter.org/projects/trm/champ-de-valeur/en_US/", "translate_url": "https://weblate.duniter.org/translate/trm/champ-de-valeur/en_US/" }, { "total": 46, "total_words": 2137, "last_change": "2024-05-06T20:54:01.605516Z", "recent_changes": 46, "translated": 46, "translated_words": 2137, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 13407, "translated_chars_percent": 100.0, "total_chars": 13407, "fuzzy": 0, "fuzzy_percent": 0.0, "failing": 0, "failing_percent": 0.0, "approved": 0, "approved_percent": 0.0, "readonly": 0, "readonly_percent": 0.0, "suggestions": 0, "comments": 0, "code": "es", "name": "Spanish", "url": "https://weblate.duniter.org/projects/trm/champ-de-valeur/es/", "translate_url": "https://weblate.duniter.org/translate/trm/champ-de-valeur/es/" } ] }