Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 110,
            "total_words": 522,
            "total_chars": 3210,
            "last_change": "2021-06-04T11:49:36.131558Z",
            "recent_changes": 3,
            "translated": 110,
            "translated_words": 522,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 3210,
            "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": 61,
            "failing_percent": 55.4,
            "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": 3,
            "code": "en",
            "name": "English",
            "url": "https://hosted.weblate.org/projects/officelife/company/en/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/company/en/"
        },
        {
            "total": 110,
            "total_words": 522,
            "total_chars": 3210,
            "last_change": "2023-06-28T02:54:50.689557Z",
            "recent_changes": 0,
            "translated": 71,
            "translated_words": 356,
            "translated_percent": 64.5,
            "translated_words_percent": 68.1,
            "translated_chars": 2128,
            "translated_chars_percent": 66.2,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 4,
            "failing_percent": 3.6,
            "approved": 68,
            "approved_percent": 61.8,
            "approved_words": 336,
            "approved_words_percent": 64.3,
            "approved_chars": 2015,
            "approved_chars_percent": 62.7,
            "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/company/fr/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/company/fr/"
        },
        {
            "total": 110,
            "total_words": 522,
            "total_chars": 3210,
            "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,
            "fuzzy": 63,
            "fuzzy_percent": 57.2,
            "fuzzy_words": 307,
            "fuzzy_words_percent": 58.8,
            "fuzzy_chars": 1868,
            "fuzzy_chars_percent": 58.1,
            "failing": 61,
            "failing_percent": 55.4,
            "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/company/ru/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/company/ru/"
        },
        {
            "total": 110,
            "total_words": 522,
            "total_chars": 3210,
            "last_change": "2021-10-09T15:23:26.684747Z",
            "recent_changes": 39,
            "translated": 31,
            "translated_words": 125,
            "translated_percent": 28.1,
            "translated_words_percent": 23.9,
            "translated_chars": 821,
            "translated_chars_percent": 25.5,
            "fuzzy": 65,
            "fuzzy_percent": 59.0,
            "fuzzy_words": 309,
            "fuzzy_words_percent": 59.1,
            "fuzzy_chars": 1882,
            "fuzzy_chars_percent": 58.6,
            "failing": 63,
            "failing_percent": 57.2,
            "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/company/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/company/nb_NO/"
        }
    ]
}