Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 243,
            "total_words": 1482,
            "total_chars": 9109,
            "last_change": "2020-11-03T21:11:56.556897Z",
            "recent_changes": 0,
            "translated": 243,
            "translated_words": 1482,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 9109,
            "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": 20,
            "failing_percent": 8.2,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 243,
            "readonly_percent": 100.0,
            "readonly_words": 1482,
            "readonly_words_percent": 100.0,
            "readonly_chars": 9109,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate.fedoraproject.org/projects/kde/knewstuffknewstuff5/en/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/knewstuffknewstuff5/en/"
        },
        {
            "total": 243,
            "total_words": 1482,
            "total_chars": 9109,
            "last_change": "2024-03-20T19:35:55.359088Z",
            "recent_changes": 0,
            "translated": 136,
            "translated_words": 590,
            "translated_percent": 55.9,
            "translated_words_percent": 39.8,
            "translated_chars": 3823,
            "translated_chars_percent": 41.9,
            "fuzzy": 38,
            "fuzzy_percent": 15.6,
            "fuzzy_words": 95,
            "fuzzy_words_percent": 6.4,
            "fuzzy_chars": 629,
            "fuzzy_chars_percent": 6.9,
            "failing": 10,
            "failing_percent": 4.1,
            "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": 26,
            "comments": 1,
            "code": "he",
            "name": "Hebrew",
            "url": "https://translate.fedoraproject.org/projects/kde/knewstuffknewstuff5/he/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/knewstuffknewstuff5/he/"
        }
    ]
}