Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 18,
            "total_words": 92,
            "last_change": null,
            "recent_changes": 0,
            "translated": 18,
            "translated_words": 92,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 730,
            "translated_chars_percent": 100.0,
            "total_chars": 730,
            "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_bureaucrat_customizations/en/",
            "translate_url": "http://weblate.crnd.pro/translate/interpipe-16-0/interpipe_bureaucrat_customizations/en/"
        },
        {
            "total": 18,
            "total_words": 92,
            "last_change": "2025-02-05T08:16:20.906674Z",
            "recent_changes": 5,
            "translated": 18,
            "translated_words": 92,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 730,
            "translated_chars_percent": 100.0,
            "total_chars": 730,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/interpipe-16-0/interpipe_bureaucrat_customizations/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/interpipe-16-0/interpipe_bureaucrat_customizations/uk/"
        }
    ]
}