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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 24,
            "total_words": 163,
            "last_change": null,
            "recent_changes": 0,
            "translated": 24,
            "translated_words": 163,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 2327,
            "translated_chars_percent": 100.0,
            "total_chars": 2327,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 8.3,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_request_rating/en/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_rating/en/"
        },
        {
            "total": 19,
            "total_words": 144,
            "last_change": "2024-06-14T10:46:50.290234Z",
            "recent_changes": 3,
            "translated": 5,
            "translated_words": 25,
            "translated_percent": 26.3,
            "translated_words_percent": 17.3,
            "translated_chars": 143,
            "translated_chars_percent": 6.4,
            "total_chars": 2216,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 10.5,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_request_rating/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_rating/uk/"
        },
        {
            "total": 20,
            "total_words": 68,
            "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": 404,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 10.0,
            "code": "ru",
            "name": "ru (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_request_rating/ru/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_rating/ru/"
        },
        {
            "total": 20,
            "total_words": 68,
            "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": 404,
            "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_rating/de/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_rating/de/"
        },
        {
            "total": 20,
            "total_words": 68,
            "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": 404,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 10.0,
            "code": "fr",
            "name": "fr (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_request_rating/fr/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_rating/fr/"
        },
        {
            "total": 20,
            "total_words": 68,
            "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": 404,
            "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_rating/lt/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_rating/lt/"
        }
    ]
}