Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 93,
            "total_words": 704,
            "total_chars": 4193,
            "last_change": "2021-06-04T13:40:36.701513Z",
            "recent_changes": 2,
            "translated": 93,
            "translated_words": 704,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 4193,
            "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": 6,
            "failing_percent": 6.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": "en",
            "name": "English",
            "url": "https://hosted.weblate.org/projects/officelife/validation/en/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/validation/en/"
        },
        {
            "total": 93,
            "total_words": 704,
            "total_chars": 4193,
            "last_change": "2021-06-03T21:48:06.003777Z",
            "recent_changes": 95,
            "translated": 93,
            "translated_words": 704,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 4193,
            "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": 3,
            "failing_percent": 3.2,
            "approved": 92,
            "approved_percent": 98.9,
            "approved_words": 703,
            "approved_words_percent": 99.8,
            "approved_chars": 4179,
            "approved_chars_percent": 99.6,
            "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/validation/fr/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/validation/fr/"
        },
        {
            "total": 93,
            "total_words": 704,
            "total_chars": 4193,
            "last_change": null,
            "recent_changes": 0,
            "translated": 7,
            "translated_words": 47,
            "translated_percent": 7.5,
            "translated_words_percent": 6.6,
            "translated_chars": 298,
            "translated_chars_percent": 7.1,
            "fuzzy": 86,
            "fuzzy_percent": 92.4,
            "fuzzy_words": 657,
            "fuzzy_words_percent": 93.3,
            "fuzzy_chars": 3895,
            "fuzzy_chars_percent": 92.8,
            "failing": 6,
            "failing_percent": 6.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/validation/ru/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/validation/ru/"
        },
        {
            "total": 93,
            "total_words": 704,
            "total_chars": 4193,
            "last_change": null,
            "recent_changes": 0,
            "translated": 7,
            "translated_words": 47,
            "translated_percent": 7.5,
            "translated_words_percent": 6.6,
            "translated_chars": 298,
            "translated_chars_percent": 7.1,
            "fuzzy": 86,
            "fuzzy_percent": 92.4,
            "fuzzy_words": 657,
            "fuzzy_words_percent": 93.3,
            "fuzzy_chars": 3895,
            "fuzzy_chars_percent": 92.8,
            "failing": 92,
            "failing_percent": 98.9,
            "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/validation/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/validation/nb_NO/"
        }
    ]
}