Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 5,
            "total_words": 92,
            "total_chars": 504,
            "last_change": "2021-06-02T21:31:18.391430Z",
            "recent_changes": 5,
            "translated": 5,
            "translated_words": 92,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 504,
            "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": 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/welcome/en/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/welcome/en/"
        },
        {
            "total": 5,
            "total_words": 92,
            "total_chars": 504,
            "last_change": "2021-05-28T17:53:38.669974Z",
            "recent_changes": 9,
            "translated": 5,
            "translated_words": 92,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 504,
            "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": 5,
            "approved_percent": 100.0,
            "approved_words": 92,
            "approved_words_percent": 100.0,
            "approved_chars": 504,
            "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/welcome/fr/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/welcome/fr/"
        },
        {
            "total": 5,
            "total_words": 92,
            "total_chars": 504,
            "last_change": "2023-07-10T02:55:03.833125Z",
            "recent_changes": 0,
            "translated": 3,
            "translated_words": 15,
            "translated_percent": 60.0,
            "translated_words_percent": 16.3,
            "translated_chars": 92,
            "translated_chars_percent": 18.2,
            "fuzzy": 2,
            "fuzzy_percent": 40.0,
            "fuzzy_words": 77,
            "fuzzy_words_percent": 83.6,
            "fuzzy_chars": 412,
            "fuzzy_chars_percent": 81.7,
            "failing": 2,
            "failing_percent": 40.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/welcome/ru/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/welcome/ru/"
        },
        {
            "total": 5,
            "total_words": 92,
            "total_chars": 504,
            "last_change": "2021-06-03T07:01:36.228264Z",
            "recent_changes": 7,
            "translated": 3,
            "translated_words": 36,
            "translated_percent": 60.0,
            "translated_words_percent": 39.1,
            "translated_chars": 218,
            "translated_chars_percent": 43.2,
            "fuzzy": 2,
            "fuzzy_percent": 40.0,
            "fuzzy_words": 56,
            "fuzzy_words_percent": 60.8,
            "fuzzy_chars": 286,
            "fuzzy_chars_percent": 56.7,
            "failing": 0,
            "failing_percent": 0.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/welcome/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/officelife/welcome/nb_NO/"
        }
    ]
}