Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 42,
            "total_words": 172,
            "last_change": null,
            "recent_changes": 0,
            "translated": 42,
            "translated_words": 172,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1011,
            "translated_chars_percent": 100.0,
            "total_chars": 1011,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 3,
            "failing_percent": 7.1,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_request_field_table/en/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_request_field_table/en/"
        },
        {
            "total": 40,
            "total_words": 141,
            "last_change": "2025-05-19T10:29:58.690218Z",
            "recent_changes": 27,
            "translated": 40,
            "translated_words": 141,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 835,
            "translated_chars_percent": 100.0,
            "total_chars": 835,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 3,
            "failing_percent": 7.5,
            "code": "he",
            "name": "Hebrew",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_request_field_table/he/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_request_field_table/he/"
        },
        {
            "total": 42,
            "total_words": 172,
            "last_change": "2025-09-26T14:13:53.747192Z",
            "recent_changes": 9,
            "translated": 13,
            "translated_words": 34,
            "translated_percent": 30.9,
            "translated_words_percent": 19.7,
            "translated_chars": 185,
            "translated_chars_percent": 18.2,
            "total_chars": 1011,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 14,
            "failing_percent": 33.3,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_request_field_table/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_request_field_table/uk/"
        }
    ]
}