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

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 5,
            "total_words": 8,
            "last_change": null,
            "recent_changes": 0,
            "translated": 5,
            "translated_words": 8,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 54,
            "translated_chars_percent": 100.0,
            "total_chars": 54,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 3,
            "failing_percent": 60.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_request_contract_location/en/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_contract_location/en/"
        },
        {
            "total": 5,
            "total_words": 8,
            "last_change": "2024-08-08T09:08:56.132603Z",
            "recent_changes": 1,
            "translated": 5,
            "translated_words": 8,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 54,
            "translated_chars_percent": 100.0,
            "total_chars": 54,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 20.0,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_request_contract_location/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_contract_location/uk/"
        },
        {
            "total": 5,
            "total_words": 8,
            "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": 54,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 4,
            "failing_percent": 80.0,
            "code": "ru",
            "name": "ru (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_request_contract_location/ru/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_contract_location/ru/"
        },
        {
            "total": 5,
            "total_words": 8,
            "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": 54,
            "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_contract_location/de/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_contract_location/de/"
        },
        {
            "total": 5,
            "total_words": 8,
            "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": 54,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 3,
            "failing_percent": 60.0,
            "code": "fr",
            "name": "fr (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_request_contract_location/fr/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_contract_location/fr/"
        },
        {
            "total": 5,
            "total_words": 8,
            "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": 54,
            "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_contract_location/lt/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_contract_location/lt/"
        },
        {
            "total": 5,
            "total_words": 8,
            "last_change": null,
            "recent_changes": 0,
            "translated": 5,
            "translated_words": 8,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 54,
            "translated_chars_percent": 100.0,
            "total_chars": 54,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 20.0,
            "code": "tr",
            "name": "tr (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_request_contract_location/tr/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_contract_location/tr/"
        }
    ]
}