Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 150,
            "total_words": 712,
            "total_chars": 4067,
            "last_change": "2021-06-03T01:46:51.504351Z",
            "recent_changes": 136,
            "translated": 150,
            "translated_words": 712,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 4067,
            "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": 102,
            "failing_percent": 68.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": "en",
            "name": "English",
            "url": "https://hosted.weblate.org/projects/officelife/project/en/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/project/en/"
        },
        {
            "total": 150,
            "total_words": 712,
            "total_chars": 4067,
            "last_change": "2021-07-06T06:13:41.893171Z",
            "recent_changes": 2,
            "translated": 140,
            "translated_words": 659,
            "translated_percent": 93.3,
            "translated_words_percent": 92.5,
            "translated_chars": 3757,
            "translated_chars_percent": 92.3,
            "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": 6.0,
            "approved": 140,
            "approved_percent": 93.3,
            "approved_words": 659,
            "approved_words_percent": 92.5,
            "approved_chars": 3757,
            "approved_chars_percent": 92.3,
            "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/project/fr/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/project/fr/"
        },
        {
            "total": 150,
            "total_words": 712,
            "total_chars": 4067,
            "last_change": "2021-05-27T17:40:40.349402Z",
            "recent_changes": 1,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 0.6,
            "translated_words_percent": 0.2,
            "translated_chars": 12,
            "translated_chars_percent": 0.2,
            "fuzzy": 129,
            "fuzzy_percent": 86.0,
            "fuzzy_words": 626,
            "fuzzy_words_percent": 87.9,
            "fuzzy_chars": 3587,
            "fuzzy_chars_percent": 88.1,
            "failing": 102,
            "failing_percent": 68.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/project/ru/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/project/ru/"
        },
        {
            "total": 150,
            "total_words": 712,
            "total_chars": 4067,
            "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": 130,
            "fuzzy_percent": 86.6,
            "fuzzy_words": 628,
            "fuzzy_words_percent": 88.2,
            "fuzzy_chars": 3599,
            "fuzzy_chars_percent": 88.4,
            "failing": 102,
            "failing_percent": 68.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/project/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/project/nb_NO/"
        }
    ]
}