Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 46,
            "total_words": 116,
            "last_change": null,
            "recent_changes": 0,
            "translated": 46,
            "translated_words": 116,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 731,
            "translated_chars_percent": 100.0,
            "total_chars": 731,
            "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_approval_list/en/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_approval_list/en/"
        },
        {
            "total": 46,
            "total_words": 116,
            "last_change": "2024-11-26T16:33:51.919226Z",
            "recent_changes": 6,
            "translated": 6,
            "translated_words": 14,
            "translated_percent": 13.0,
            "translated_words_percent": 12.0,
            "translated_chars": 70,
            "translated_chars_percent": 9.5,
            "total_chars": 731,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 18,
            "failing_percent": 39.1,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_approval_list/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_approval_list/uk/"
        }
    ]
}