Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 213,
            "total_words": 916,
            "total_chars": 5402,
            "last_change": "2021-06-02T21:24:40.115936Z",
            "recent_changes": 211,
            "translated": 213,
            "translated_words": 916,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 5402,
            "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": 153,
            "failing_percent": 71.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": "en",
            "name": "English",
            "url": "https://hosted.weblate.org/projects/officelife/employee/en/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/employee/en/"
        },
        {
            "total": 213,
            "total_words": 916,
            "total_chars": 5402,
            "last_change": "2021-06-11T19:56:34.714217Z",
            "recent_changes": 4,
            "translated": 213,
            "translated_words": 916,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 5402,
            "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": 7,
            "failing_percent": 3.2,
            "approved": 213,
            "approved_percent": 100.0,
            "approved_words": 916,
            "approved_words_percent": 100.0,
            "approved_chars": 5402,
            "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/employee/fr/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/employee/fr/"
        },
        {
            "total": 213,
            "total_words": 916,
            "total_chars": 5402,
            "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": 210,
            "fuzzy_percent": 98.5,
            "fuzzy_words": 900,
            "fuzzy_words_percent": 98.2,
            "fuzzy_chars": 5312,
            "fuzzy_chars_percent": 98.3,
            "failing": 179,
            "failing_percent": 84.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": "ru",
            "name": "Russian",
            "url": "https://hosted.weblate.org/projects/officelife/employee/ru/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/employee/ru/"
        },
        {
            "total": 213,
            "total_words": 916,
            "total_chars": 5402,
            "last_change": "2021-06-08T10:39:03.372015Z",
            "recent_changes": 24,
            "translated": 34,
            "translated_words": 81,
            "translated_percent": 15.9,
            "translated_words_percent": 8.8,
            "translated_chars": 504,
            "translated_chars_percent": 9.3,
            "fuzzy": 179,
            "fuzzy_percent": 84.0,
            "fuzzy_words": 835,
            "fuzzy_words_percent": 91.1,
            "fuzzy_chars": 4898,
            "fuzzy_chars_percent": 90.6,
            "failing": 154,
            "failing_percent": 72.3,
            "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/employee/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/employee/nb_NO/"
        }
    ]
}