Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 92,
            "total_words": 283,
            "last_change": null,
            "recent_changes": 0,
            "translated": 92,
            "translated_words": 283,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1787,
            "translated_chars_percent": 100.0,
            "total_chars": 1787,
            "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_cmdb/en/",
            "translate_url": "http://weblate.crnd.pro/translate/interpipe-16-0/interpipe_cmdb/en/"
        },
        {
            "total": 92,
            "total_words": 283,
            "last_change": "2025-09-24T12:34:32.106485Z",
            "recent_changes": 34,
            "translated": 76,
            "translated_words": 242,
            "translated_percent": 82.6,
            "translated_words_percent": 85.5,
            "translated_chars": 1481,
            "translated_chars_percent": 82.8,
            "total_chars": 1787,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 10,
            "failing_percent": 10.8,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/interpipe-16-0/interpipe_cmdb/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/interpipe-16-0/interpipe_cmdb/uk/"
        }
    ]
}