Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 326,
            "total_words": 1832,
            "total_chars": 10834,
            "last_change": "2021-06-04T12:52:46.958988Z",
            "recent_changes": 2,
            "translated": 326,
            "translated_words": 1832,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 10834,
            "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": 187,
            "failing_percent": 57.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": "en",
            "name": "English",
            "url": "https://hosted.weblate.org/projects/officelife/dashboard/en/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/dashboard/en/"
        },
        {
            "total": 326,
            "total_words": 1832,
            "total_chars": 10834,
            "last_change": "2021-06-19T10:43:25.641345Z",
            "recent_changes": 2,
            "translated": 217,
            "translated_words": 1195,
            "translated_percent": 66.5,
            "translated_words_percent": 65.2,
            "translated_chars": 6953,
            "translated_chars_percent": 64.1,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 8,
            "failing_percent": 2.4,
            "approved": 217,
            "approved_percent": 66.5,
            "approved_words": 1195,
            "approved_words_percent": 65.2,
            "approved_chars": 6953,
            "approved_chars_percent": 64.1,
            "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/dashboard/fr/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/dashboard/fr/"
        },
        {
            "total": 326,
            "total_words": 1832,
            "total_chars": 10834,
            "last_change": "2023-07-02T02:57:37.533108Z",
            "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": 214,
            "fuzzy_percent": 65.6,
            "fuzzy_words": 1166,
            "fuzzy_words_percent": 63.6,
            "fuzzy_chars": 6809,
            "fuzzy_chars_percent": 62.8,
            "failing": 187,
            "failing_percent": 57.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": "ru",
            "name": "Russian",
            "url": "https://hosted.weblate.org/projects/officelife/dashboard/ru/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/dashboard/ru/"
        },
        {
            "total": 326,
            "total_words": 1832,
            "total_chars": 10834,
            "last_change": "2023-07-02T02:56:15.029897Z",
            "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": 214,
            "fuzzy_percent": 65.6,
            "fuzzy_words": 1166,
            "fuzzy_words_percent": 63.6,
            "fuzzy_chars": 6809,
            "fuzzy_chars_percent": 62.8,
            "failing": 188,
            "failing_percent": 57.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": "nb_NO",
            "name": "Norwegian Bokmål",
            "url": "https://hosted.weblate.org/projects/officelife/dashboard/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/dashboard/nb_NO/"
        }
    ]
}