Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 167,
            "total_words": 477,
            "last_change": null,
            "recent_changes": 0,
            "translated": 167,
            "translated_words": 477,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 4826,
            "translated_chars_percent": 100.0,
            "total_chars": 4826,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 1.1,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/interpipe-16-0/interpipe_vacations_field_set/en/",
            "translate_url": "http://weblate.crnd.pro/translate/interpipe-16-0/interpipe_vacations_field_set/en/"
        },
        {
            "total": 167,
            "total_words": 477,
            "last_change": "2025-02-12T12:48:54.026389Z",
            "recent_changes": 1,
            "translated": 162,
            "translated_words": 460,
            "translated_percent": 97.0,
            "translated_words_percent": 96.4,
            "translated_chars": 4662,
            "translated_chars_percent": 96.6,
            "total_chars": 4826,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 0.5,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/interpipe-16-0/interpipe_vacations_field_set/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/interpipe-16-0/interpipe_vacations_field_set/uk/"
        }
    ]
}