Translation components API.

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

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

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 178,
            "total_words": 539,
            "last_change": null,
            "recent_changes": 0,
            "translated": 178,
            "translated_words": 539,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 3332,
            "translated_chars_percent": 100.0,
            "total_chars": 3332,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 32,
            "failing_percent": 17.9,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_todo/en/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_todo/en/"
        },
        {
            "total": 139,
            "total_words": 403,
            "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": 2503,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 46,
            "failing_percent": 33.0,
            "code": "ru",
            "name": "ru (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_todo/ru/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_todo/ru/"
        },
        {
            "total": 164,
            "total_words": 485,
            "last_change": "2025-04-18T13:27:45.811633Z",
            "recent_changes": 4,
            "translated": 164,
            "translated_words": 485,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 2907,
            "translated_chars_percent": 100.0,
            "total_chars": 2907,
            "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_todo/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_todo/uk/"
        },
        {
            "total": 139,
            "total_words": 403,
            "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": 2503,
            "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_todo/de/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_todo/de/"
        },
        {
            "total": 139,
            "total_words": 403,
            "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": 2503,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 29,
            "failing_percent": 20.8,
            "code": "fr",
            "name": "fr (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_todo/fr/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_todo/fr/"
        },
        {
            "total": 139,
            "total_words": 403,
            "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": 2503,
            "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_todo/lt/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_todo/lt/"
        },
        {
            "total": 137,
            "total_words": 409,
            "last_change": null,
            "recent_changes": 0,
            "translated": 137,
            "translated_words": 409,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 2569,
            "translated_chars_percent": 100.0,
            "total_chars": 2569,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 16,
            "failing_percent": 11.6,
            "code": "tr",
            "name": "tr (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_todo/tr/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_todo/tr/"
        }
    ]
}