Translation components API.

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

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

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 75,
            "total_words": 361,
            "last_change": null,
            "recent_changes": 0,
            "translated": 75,
            "translated_words": 361,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 2076,
            "translated_chars_percent": 100.0,
            "total_chars": 2076,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 5,
            "failing_percent": 6.6,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_request_condition/en/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_condition/en/"
        },
        {
            "total": 75,
            "total_words": 361,
            "last_change": "2024-07-09T14:58:42.274910Z",
            "recent_changes": 4,
            "translated": 74,
            "translated_words": 345,
            "translated_percent": 98.6,
            "translated_words_percent": 95.5,
            "translated_chars": 1923,
            "translated_chars_percent": 92.6,
            "total_chars": 2076,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 4,
            "failing_percent": 5.3,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_request_condition/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_condition/uk/"
        },
        {
            "total": 75,
            "total_words": 361,
            "last_change": null,
            "recent_changes": 0,
            "translated": 58,
            "translated_words": 292,
            "translated_percent": 77.3,
            "translated_words_percent": 80.8,
            "translated_chars": 1616,
            "translated_chars_percent": 77.8,
            "total_chars": 2076,
            "fuzzy": 1,
            "fuzzy_percent": 1.3,
            "failing": 9,
            "failing_percent": 12.0,
            "code": "ru",
            "name": "ru (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_request_condition/ru/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_condition/ru/"
        },
        {
            "total": 75,
            "total_words": 361,
            "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": 2076,
            "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-16-0/generic_request_condition/de/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_condition/de/"
        },
        {
            "total": 75,
            "total_words": 361,
            "last_change": null,
            "recent_changes": 0,
            "translated": 5,
            "translated_words": 9,
            "translated_percent": 6.6,
            "translated_words_percent": 2.4,
            "translated_chars": 55,
            "translated_chars_percent": 2.6,
            "total_chars": 2076,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 6,
            "failing_percent": 8.0,
            "code": "fr",
            "name": "fr (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_request_condition/fr/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_condition/fr/"
        },
        {
            "total": 75,
            "total_words": 361,
            "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": 2076,
            "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-16-0/generic_request_condition/lt/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_condition/lt/"
        },
        {
            "total": 74,
            "total_words": 358,
            "last_change": null,
            "recent_changes": 0,
            "translated": 74,
            "translated_words": 358,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 2058,
            "translated_chars_percent": 100.0,
            "total_chars": 2058,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 2.7,
            "code": "tr",
            "name": "tr (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_request_condition/tr/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_condition/tr/"
        }
    ]
}