Translation components API.

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

GET /api/components/kde/kdeconnect-androidkdeconnect-android/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 293,
            "total_words": 1262,
            "total_chars": 7764,
            "last_change": "2020-11-03T21:11:58.607175Z",
            "recent_changes": 0,
            "translated": 293,
            "translated_words": 1262,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 7764,
            "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": 8,
            "failing_percent": 2.7,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 293,
            "readonly_percent": 100.0,
            "readonly_words": 1262,
            "readonly_words_percent": 100.0,
            "readonly_chars": 7764,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate.fedoraproject.org/projects/kde/kdeconnect-androidkdeconnect-android/en/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/kdeconnect-androidkdeconnect-android/en/"
        },
        {
            "total": 293,
            "total_words": 1262,
            "total_chars": 7764,
            "last_change": "2021-01-23T08:26:19.257751Z",
            "recent_changes": 0,
            "translated": 121,
            "translated_words": 435,
            "translated_percent": 41.2,
            "translated_words_percent": 34.4,
            "translated_chars": 2718,
            "translated_chars_percent": 35.0,
            "fuzzy": 58,
            "fuzzy_percent": 19.7,
            "fuzzy_words": 233,
            "fuzzy_words_percent": 18.4,
            "fuzzy_chars": 1569,
            "fuzzy_chars_percent": 20.2,
            "failing": 14,
            "failing_percent": 4.7,
            "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": 37,
            "comments": 0,
            "code": "he",
            "name": "Hebrew",
            "url": "https://translate.fedoraproject.org/projects/kde/kdeconnect-androidkdeconnect-android/he/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/kdeconnect-androidkdeconnect-android/he/"
        }
    ]
}