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_action/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 209,
            "total_words": 876,
            "last_change": null,
            "recent_changes": 0,
            "translated": 209,
            "translated_words": 876,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 5820,
            "translated_chars_percent": 100.0,
            "total_chars": 5820,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 63,
            "failing_percent": 30.1,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_request_action/en/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_request_action/en/"
        },
        {
            "total": 197,
            "total_words": 841,
            "last_change": null,
            "recent_changes": 0,
            "translated": 82,
            "translated_words": 309,
            "translated_percent": 41.6,
            "translated_words_percent": 36.7,
            "translated_chars": 1882,
            "translated_chars_percent": 34.0,
            "total_chars": 5533,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 72,
            "failing_percent": 36.5,
            "code": "ru",
            "name": "ru (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_request_action/ru/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_request_action/ru/"
        },
        {
            "total": 202,
            "total_words": 852,
            "last_change": "2025-04-18T12:43:33.443990Z",
            "recent_changes": 2,
            "translated": 202,
            "translated_words": 852,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 5659,
            "translated_chars_percent": 100.0,
            "total_chars": 5659,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_request_action/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_request_action/uk/"
        },
        {
            "total": 197,
            "total_words": 841,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 5533,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "de",
            "name": "de (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_request_action/de/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_request_action/de/"
        },
        {
            "total": 197,
            "total_words": 841,
            "last_change": null,
            "recent_changes": 0,
            "translated": 49,
            "translated_words": 100,
            "translated_percent": 24.8,
            "translated_words_percent": 11.8,
            "translated_chars": 618,
            "translated_chars_percent": 11.1,
            "total_chars": 5533,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 57,
            "failing_percent": 28.9,
            "code": "fr",
            "name": "fr (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_request_action/fr/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_request_action/fr/"
        },
        {
            "total": 197,
            "total_words": 841,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 5533,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "lt",
            "name": "lt (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_request_action/lt/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_request_action/lt/"
        },
        {
            "total": 115,
            "total_words": 482,
            "last_change": null,
            "recent_changes": 0,
            "translated": 113,
            "translated_words": 471,
            "translated_percent": 98.2,
            "translated_words_percent": 97.7,
            "translated_chars": 3107,
            "translated_chars_percent": 97.4,
            "total_chars": 3187,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 15,
            "failing_percent": 13.0,
            "code": "tr",
            "name": "tr (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_request_action/tr/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_request_action/tr/"
        }
    ]
}