Translation components API.

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

GET /api/components/bureaucrat-generics-16-0/generic_todo_file_sign_idgovua/statistics/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 61,
            "total_words": 201,
            "last_change": null,
            "recent_changes": 0,
            "translated": 61,
            "translated_words": 201,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1303,
            "translated_chars_percent": 100.0,
            "total_chars": 1303,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_todo_file_sign_idgovua/en/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_todo_file_sign_idgovua/en/"
        },
        {
            "total": 61,
            "total_words": 201,
            "last_change": "2024-11-26T16:33:51.899376Z",
            "recent_changes": 15,
            "translated": 15,
            "translated_words": 35,
            "translated_percent": 24.5,
            "translated_words_percent": 17.4,
            "translated_chars": 186,
            "translated_chars_percent": 14.2,
            "total_chars": 1303,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 26,
            "failing_percent": 42.6,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_todo_file_sign_idgovua/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_todo_file_sign_idgovua/uk/"
        }
    ]
}