Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 764,
            "total_words": 5378,
            "total_chars": 34448,
            "last_change": "2021-10-14T01:23:32.449186Z",
            "recent_changes": 0,
            "translated": 764,
            "translated_words": 5378,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 34448,
            "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": 546,
            "failing_percent": 71.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": "en",
            "name": "English",
            "url": "https://hosted.weblate.org/projects/officelife/account/en/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/account/en/"
        },
        {
            "total": 764,
            "total_words": 5378,
            "total_chars": 34448,
            "last_change": "2023-07-08T02:52:01.256252Z",
            "recent_changes": 0,
            "translated": 686,
            "translated_words": 4712,
            "translated_percent": 89.7,
            "translated_words_percent": 87.6,
            "translated_chars": 29719,
            "translated_chars_percent": 86.2,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 9,
            "failing_percent": 1.1,
            "approved": 676,
            "approved_percent": 88.4,
            "approved_words": 4619,
            "approved_words_percent": 85.8,
            "approved_chars": 29198,
            "approved_chars_percent": 84.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/account/fr/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/account/fr/"
        },
        {
            "total": 764,
            "total_words": 5378,
            "total_chars": 34448,
            "last_change": "2021-07-13T04:43:45.780501Z",
            "recent_changes": 1,
            "translated": 18,
            "translated_words": 18,
            "translated_percent": 2.3,
            "translated_words_percent": 0.3,
            "translated_chars": 135,
            "translated_chars_percent": 0.3,
            "fuzzy": 581,
            "fuzzy_percent": 76.0,
            "fuzzy_words": 4151,
            "fuzzy_words_percent": 77.1,
            "fuzzy_chars": 26031,
            "fuzzy_chars_percent": 75.5,
            "failing": 544,
            "failing_percent": 71.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": "ru",
            "name": "Russian",
            "url": "https://hosted.weblate.org/projects/officelife/account/ru/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/account/ru/"
        },
        {
            "total": 764,
            "total_words": 5378,
            "total_chars": 34448,
            "last_change": "2023-07-08T02:51:46.770315Z",
            "recent_changes": 0,
            "translated": 1,
            "translated_words": 14,
            "translated_percent": 0.1,
            "translated_words_percent": 0.2,
            "translated_chars": 78,
            "translated_chars_percent": 0.2,
            "fuzzy": 599,
            "fuzzy_percent": 78.4,
            "fuzzy_words": 4169,
            "fuzzy_words_percent": 77.5,
            "fuzzy_chars": 26166,
            "fuzzy_chars_percent": 75.9,
            "failing": 558,
            "failing_percent": 73.0,
            "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/account/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/account/nb_NO/"
        }
    ]
}