Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 7099,
            "total_words": 9676,
            "total_chars": 65590,
            "last_change": null,
            "recent_changes": 0,
            "translated": 7099,
            "translated_words": 9676,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 65590,
            "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": 0.1,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 7099,
            "readonly_percent": 100.0,
            "readonly_words": 9676,
            "readonly_words_percent": 100.0,
            "readonly_chars": 65590,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate.fedoraproject.org/projects/kde/kgeographykgeography/en/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/kgeographykgeography/en/"
        },
        {
            "total": 7099,
            "total_words": 9676,
            "total_chars": 65590,
            "last_change": "2024-05-09T15:47:43.533608Z",
            "recent_changes": 0,
            "translated": 1119,
            "translated_words": 1459,
            "translated_percent": 15.7,
            "translated_words_percent": 15.0,
            "translated_chars": 9679,
            "translated_chars_percent": 14.7,
            "fuzzy": 4584,
            "fuzzy_percent": 64.5,
            "fuzzy_words": 5980,
            "fuzzy_words_percent": 61.8,
            "fuzzy_chars": 40863,
            "fuzzy_chars_percent": 62.3,
            "failing": 103,
            "failing_percent": 1.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": 802,
            "comments": 0,
            "code": "he",
            "name": "Hebrew",
            "url": "https://translate.fedoraproject.org/projects/kde/kgeographykgeography/he/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/kgeographykgeography/he/"
        }
    ]
}