Translation components API.

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

GET /api/components/interpipe-16-0/interpipe_ite_message/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 90,
            "total_words": 261,
            "last_change": null,
            "recent_changes": 0,
            "translated": 90,
            "translated_words": 261,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1692,
            "translated_chars_percent": 100.0,
            "total_chars": 1692,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/interpipe-16-0/interpipe_ite_message/en/",
            "translate_url": "http://weblate.crnd.pro/translate/interpipe-16-0/interpipe_ite_message/en/"
        },
        {
            "total": 90,
            "total_words": 261,
            "last_change": "2025-09-24T12:30:54.081830Z",
            "recent_changes": 11,
            "translated": 89,
            "translated_words": 260,
            "translated_percent": 98.8,
            "translated_words_percent": 99.6,
            "translated_chars": 1685,
            "translated_chars_percent": 99.5,
            "total_chars": 1692,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 19,
            "failing_percent": 21.1,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/interpipe-16-0/interpipe_ite_message/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/interpipe-16-0/interpipe_ite_message/uk/"
        }
    ]
}