Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 147,
            "total_words": 523,
            "last_change": null,
            "recent_changes": 0,
            "translated": 147,
            "translated_words": 523,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 3537,
            "translated_chars_percent": 100.0,
            "total_chars": 3537,
            "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_adt/en/",
            "translate_url": "http://weblate.crnd.pro/translate/interpipe-16-0/interpipe_ite_adt/en/"
        },
        {
            "total": 147,
            "total_words": 523,
            "last_change": "2025-09-24T12:33:34.483265Z",
            "recent_changes": 13,
            "translated": 144,
            "translated_words": 497,
            "translated_percent": 97.9,
            "translated_words_percent": 95.0,
            "translated_chars": 3399,
            "translated_chars_percent": 96.0,
            "total_chars": 3537,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 29,
            "failing_percent": 19.7,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/interpipe-16-0/interpipe_ite_adt/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/interpipe-16-0/interpipe_ite_adt/uk/"
        }
    ]
}