Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 211,
            "total_words": 560,
            "total_chars": 3177,
            "last_change": "2021-06-04T11:48:31.993619Z",
            "recent_changes": 1,
            "translated": 211,
            "translated_words": 560,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 3177,
            "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": 136,
            "failing_percent": 64.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/app/en/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/app/en/"
        },
        {
            "total": 211,
            "total_words": 560,
            "total_chars": 3177,
            "last_change": "2023-06-10T04:49:16.626076Z",
            "recent_changes": 0,
            "translated": 185,
            "translated_words": 477,
            "translated_percent": 87.6,
            "translated_words_percent": 85.1,
            "translated_chars": 2721,
            "translated_chars_percent": 85.6,
            "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": 4.7,
            "approved": 175,
            "approved_percent": 82.9,
            "approved_words": 444,
            "approved_words_percent": 79.2,
            "approved_chars": 2562,
            "approved_chars_percent": 80.6,
            "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/app/fr/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/app/fr/"
        },
        {
            "total": 211,
            "total_words": 560,
            "total_chars": 3177,
            "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": 160,
            "fuzzy_percent": 75.8,
            "fuzzy_words": 422,
            "fuzzy_words_percent": 75.3,
            "fuzzy_chars": 2426,
            "fuzzy_chars_percent": 76.3,
            "failing": 134,
            "failing_percent": 63.5,
            "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/app/ru/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/app/ru/"
        },
        {
            "total": 211,
            "total_words": 560,
            "total_chars": 3177,
            "last_change": "2023-06-10T04:49:58.761463Z",
            "recent_changes": 0,
            "translated": 25,
            "translated_words": 59,
            "translated_percent": 11.8,
            "translated_words_percent": 10.5,
            "translated_chars": 327,
            "translated_chars_percent": 10.2,
            "fuzzy": 164,
            "fuzzy_percent": 77.7,
            "fuzzy_words": 430,
            "fuzzy_words_percent": 76.7,
            "fuzzy_chars": 2470,
            "fuzzy_chars_percent": 77.7,
            "failing": 139,
            "failing_percent": 65.8,
            "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/app/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/app/nb_NO/"
        }
    ]
}