Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 26,
            "total_words": 243,
            "total_chars": 1568,
            "last_change": "2021-06-02T21:31:24.135993Z",
            "recent_changes": 26,
            "translated": 26,
            "translated_words": 243,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1568,
            "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": 5,
            "failing_percent": 19.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": "en",
            "name": "English",
            "url": "https://hosted.weblate.org/projects/officelife/profile/en/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/profile/en/"
        },
        {
            "total": 26,
            "total_words": 243,
            "total_chars": 1568,
            "last_change": null,
            "recent_changes": 0,
            "translated": 26,
            "translated_words": 243,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1568,
            "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": 23,
            "failing_percent": 88.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": "ru",
            "name": "Russian",
            "url": "https://hosted.weblate.org/projects/officelife/profile/ru/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/profile/ru/"
        },
        {
            "total": 26,
            "total_words": 243,
            "total_chars": 1568,
            "last_change": "2021-06-03T19:03:34.061022Z",
            "recent_changes": 27,
            "translated": 26,
            "translated_words": 243,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1568,
            "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": 0,
            "failing_percent": 0.0,
            "approved": 26,
            "approved_percent": 100.0,
            "approved_words": 243,
            "approved_words_percent": 100.0,
            "approved_chars": 1568,
            "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/profile/fr/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/profile/fr/"
        },
        {
            "total": 26,
            "total_words": 243,
            "total_chars": 1568,
            "last_change": "2021-05-31T18:06:18.314946Z",
            "recent_changes": 31,
            "translated": 24,
            "translated_words": 201,
            "translated_percent": 92.3,
            "translated_words_percent": 82.7,
            "translated_chars": 1279,
            "translated_chars_percent": 81.5,
            "fuzzy": 2,
            "fuzzy_percent": 7.6,
            "fuzzy_words": 42,
            "fuzzy_words_percent": 17.2,
            "fuzzy_chars": 289,
            "fuzzy_chars_percent": 18.4,
            "failing": 5,
            "failing_percent": 19.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": "nb_NO",
            "name": "Norwegian Bokmål",
            "url": "https://hosted.weblate.org/projects/officelife/profile/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/profile/nb_NO/"
        }
    ]
}