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_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": 7,
            "total_words": 15,
            "last_change": null,
            "recent_changes": 0,
            "translated": 7,
            "translated_words": 15,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 138,
            "translated_chars_percent": 100.0,
            "total_chars": 138,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 3,
            "failing_percent": 42.8,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_request_location/en/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_location/en/"
        },
        {
            "total": 7,
            "total_words": 15,
            "last_change": "2024-06-14T08:04:10.614739Z",
            "recent_changes": 3,
            "translated": 6,
            "translated_words": 9,
            "translated_percent": 85.7,
            "translated_words_percent": 60.0,
            "translated_chars": 68,
            "translated_chars_percent": 49.2,
            "total_chars": 138,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 14.2,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_request_location/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_location/uk/"
        },
        {
            "total": 7,
            "total_words": 15,
            "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": 138,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 4,
            "failing_percent": 57.1,
            "code": "ru",
            "name": "ru (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_request_location/ru/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_location/ru/"
        },
        {
            "total": 7,
            "total_words": 15,
            "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": 138,
            "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_location/de/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_location/de/"
        },
        {
            "total": 7,
            "total_words": 15,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 14.2,
            "translated_words_percent": 6.6,
            "translated_chars": 7,
            "translated_chars_percent": 5.0,
            "total_chars": 138,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 3,
            "failing_percent": 42.8,
            "code": "fr",
            "name": "fr (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_request_location/fr/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_location/fr/"
        },
        {
            "total": 7,
            "total_words": 15,
            "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": 138,
            "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_location/lt/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_location/lt/"
        },
        {
            "total": 5,
            "total_words": 11,
            "last_change": null,
            "recent_changes": 0,
            "translated": 5,
            "translated_words": 11,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 109,
            "translated_chars_percent": 100.0,
            "total_chars": 109,
            "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_location/tr/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_location/tr/"
        }
    ]
}