Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 51,
            "total_words": 303,
            "total_chars": 1764,
            "last_change": "2021-07-13T04:41:33.588569Z",
            "recent_changes": 1,
            "translated": 51,
            "translated_words": 303,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1764,
            "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": 35,
            "failing_percent": 68.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/auth/en/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/auth/en/"
        },
        {
            "total": 51,
            "total_words": 304,
            "total_chars": 1767,
            "last_change": "2021-07-14T20:48:50.034344Z",
            "recent_changes": 19,
            "translated": 51,
            "translated_words": 304,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1767,
            "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": 2,
            "failing_percent": 3.9,
            "approved": 51,
            "approved_percent": 100.0,
            "approved_words": 304,
            "approved_words_percent": 100.0,
            "approved_chars": 1767,
            "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/auth/fr/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/auth/fr/"
        },
        {
            "total": 51,
            "total_words": 304,
            "total_chars": 1767,
            "last_change": "2023-07-11T02:55:17.976881Z",
            "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": 38,
            "fuzzy_percent": 74.5,
            "fuzzy_words": 270,
            "fuzzy_words_percent": 88.8,
            "fuzzy_chars": 1540,
            "fuzzy_chars_percent": 87.1,
            "failing": 35,
            "failing_percent": 68.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/auth/ru/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/auth/ru/"
        },
        {
            "total": 51,
            "total_words": 304,
            "total_chars": 1767,
            "last_change": "2021-07-13T04:42:03.831332Z",
            "recent_changes": 3,
            "translated": 3,
            "translated_words": 15,
            "translated_percent": 5.8,
            "translated_words_percent": 4.9,
            "translated_chars": 97,
            "translated_chars_percent": 5.4,
            "fuzzy": 38,
            "fuzzy_percent": 74.5,
            "fuzzy_words": 270,
            "fuzzy_words_percent": 88.8,
            "fuzzy_chars": 1540,
            "fuzzy_chars_percent": 87.1,
            "failing": 39,
            "failing_percent": 76.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": "nb_NO",
            "name": "Norwegian Bokmål",
            "url": "https://hosted.weblate.org/projects/officelife/auth/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/auth/nb_NO/"
        }
    ]
}