Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/components/officelife/group/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 59,
            "total_words": 303,
            "total_chars": 1608,
            "last_change": "2021-06-02T21:27:32.913882Z",
            "recent_changes": 59,
            "translated": 59,
            "translated_words": 303,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1608,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 57,
            "failing_percent": 96.6,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://hosted.weblate.org/projects/officelife/group/en/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/group/en/"
        },
        {
            "total": 59,
            "total_words": 303,
            "total_chars": 1608,
            "last_change": "2021-06-04T12:56:13.108385Z",
            "recent_changes": 3,
            "translated": 59,
            "translated_words": 303,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1608,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 10,
            "failing_percent": 16.9,
            "approved": 59,
            "approved_percent": 100.0,
            "approved_words": 303,
            "approved_words_percent": 100.0,
            "approved_chars": 1608,
            "approved_chars_percent": 100.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "fr",
            "name": "French",
            "url": "https://hosted.weblate.org/projects/officelife/group/fr/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/group/fr/"
        },
        {
            "total": 59,
            "total_words": 303,
            "total_chars": 1608,
            "last_change": "2023-04-14T04:50:14.880591Z",
            "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,
            "fuzzy": 59,
            "fuzzy_percent": 100.0,
            "fuzzy_words": 303,
            "fuzzy_words_percent": 100.0,
            "fuzzy_chars": 1608,
            "fuzzy_chars_percent": 100.0,
            "failing": 57,
            "failing_percent": 96.6,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "ru",
            "name": "Russian",
            "url": "https://hosted.weblate.org/projects/officelife/group/ru/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/group/ru/"
        },
        {
            "total": 59,
            "total_words": 303,
            "total_chars": 1608,
            "last_change": "2023-07-14T02:55:41.037214Z",
            "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,
            "fuzzy": 59,
            "fuzzy_percent": 100.0,
            "fuzzy_words": 303,
            "fuzzy_words_percent": 100.0,
            "fuzzy_chars": 1608,
            "fuzzy_chars_percent": 100.0,
            "failing": 57,
            "failing_percent": 96.6,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "nb_NO",
            "name": "Norwegian Bokmål",
            "url": "https://hosted.weblate.org/projects/officelife/group/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/group/nb_NO/"
        }
    ]
}