Statistics
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/memorial-archives/inquiry-service/statistics/?format=api
{ "count": 3, "next": null, "previous": null, "results": [ { "total": 67, "total_words": 108, "last_change": null, "recent_changes": 0, "translated": 67, "translated_words": 108, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 889, "translated_chars_percent": 100.0, "total_chars": 889, "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", "name": "English", "url": "https://translate.memarc.info/projects/memorial-archives/inquiry-service/en/", "translate_url": "https://translate.memarc.info/translate/memorial-archives/inquiry-service/en/" }, { "total": 67, "total_words": 108, "last_change": "2024-02-23T21:24:30.159801Z", "recent_changes": 69, "translated": 66, "translated_words": 105, "translated_percent": 98.5, "translated_words_percent": 97.2, "translated_chars": 856, "translated_chars_percent": 96.2, "total_chars": 889, "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": "de", "name": "German", "url": "https://translate.memarc.info/projects/memorial-archives/inquiry-service/de/", "translate_url": "https://translate.memarc.info/translate/memorial-archives/inquiry-service/de/" }, { "total": 67, "total_words": 108, "last_change": "2024-02-23T21:28:20.282798Z", "recent_changes": 65, "translated": 67, "translated_words": 108, "translated_percent": 100.0, "translated_words_percent": 100.0, "translated_chars": 889, "translated_chars_percent": 100.0, "total_chars": 889, "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": "pl", "name": "Polish", "url": "https://translate.memarc.info/projects/memorial-archives/inquiry-service/pl/", "translate_url": "https://translate.memarc.info/translate/memorial-archives/inquiry-service/pl/" } ] }