Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 636,
            "total_words": 3021,
            "total_chars": 19035,
            "last_change": "2020-11-03T21:47:41.744721Z",
            "recent_changes": 0,
            "translated": 636,
            "translated_words": 3021,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 19035,
            "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": 31,
            "failing_percent": 4.8,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 636,
            "readonly_percent": 100.0,
            "readonly_words": 3021,
            "readonly_words_percent": 100.0,
            "readonly_chars": 19035,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate.fedoraproject.org/projects/kde/konsolekonsole/en/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/konsolekonsole/en/"
        },
        {
            "total": 636,
            "total_words": 3021,
            "total_chars": 19035,
            "last_change": "2024-05-09T13:36:06.585979Z",
            "recent_changes": 0,
            "translated": 386,
            "translated_words": 1736,
            "translated_percent": 60.6,
            "translated_words_percent": 57.4,
            "translated_chars": 10533,
            "translated_chars_percent": 55.3,
            "fuzzy": 129,
            "fuzzy_percent": 20.2,
            "fuzzy_words": 587,
            "fuzzy_words_percent": 19.4,
            "fuzzy_chars": 3791,
            "fuzzy_chars_percent": 19.9,
            "failing": 65,
            "failing_percent": 10.2,
            "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": 91,
            "comments": 0,
            "code": "he",
            "name": "Hebrew",
            "url": "https://translate.fedoraproject.org/projects/kde/konsolekonsole/he/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/konsolekonsole/he/"
        }
    ]
}