Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 17,
            "total_words": 136,
            "total_chars": 818,
            "last_change": "2021-06-02T21:26:34.162491Z",
            "recent_changes": 29,
            "translated": 17,
            "translated_words": 136,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 818,
            "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": 1,
            "failing_percent": 5.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/passwords/en/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/passwords/en/"
        },
        {
            "total": 17,
            "total_words": 136,
            "total_chars": 818,
            "last_change": "2021-06-03T17:13:47.562016Z",
            "recent_changes": 24,
            "translated": 17,
            "translated_words": 136,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 818,
            "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": 1,
            "failing_percent": 5.8,
            "approved": 17,
            "approved_percent": 100.0,
            "approved_words": 136,
            "approved_words_percent": 100.0,
            "approved_chars": 818,
            "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/passwords/fr/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/passwords/fr/"
        },
        {
            "total": 17,
            "total_words": 136,
            "total_chars": 818,
            "last_change": "2021-05-27T17:45:48.866618Z",
            "recent_changes": 4,
            "translated": 4,
            "translated_words": 27,
            "translated_percent": 23.5,
            "translated_words_percent": 19.8,
            "translated_chars": 154,
            "translated_chars_percent": 18.8,
            "fuzzy": 1,
            "fuzzy_percent": 5.8,
            "fuzzy_words": 11,
            "fuzzy_words_percent": 8.0,
            "fuzzy_chars": 69,
            "fuzzy_chars_percent": 8.4,
            "failing": 1,
            "failing_percent": 5.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": "ru",
            "name": "Russian",
            "url": "https://hosted.weblate.org/projects/officelife/passwords/ru/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/passwords/ru/"
        },
        {
            "total": 17,
            "total_words": 136,
            "total_chars": 818,
            "last_change": null,
            "recent_changes": 0,
            "translated": 12,
            "translated_words": 98,
            "translated_percent": 70.5,
            "translated_words_percent": 72.0,
            "translated_chars": 595,
            "translated_chars_percent": 72.7,
            "fuzzy": 5,
            "fuzzy_percent": 29.4,
            "fuzzy_words": 38,
            "fuzzy_words_percent": 27.9,
            "fuzzy_chars": 223,
            "fuzzy_chars_percent": 27.2,
            "failing": 14,
            "failing_percent": 82.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/passwords/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/passwords/nb_NO/"
        }
    ]
}