Translation components API.

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

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

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 28,
            "total_words": 95,
            "last_change": null,
            "recent_changes": 0,
            "translated": 28,
            "translated_words": 95,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 786,
            "translated_chars_percent": 100.0,
            "total_chars": 786,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 6,
            "failing_percent": 21.4,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/crnd_wsd_resource/en/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/crnd_wsd_resource/en/"
        },
        {
            "total": 24,
            "total_words": 72,
            "last_change": "2024-05-23T08:54:59.414213Z",
            "recent_changes": 12,
            "translated": 22,
            "translated_words": 65,
            "translated_percent": 91.6,
            "translated_words_percent": 90.2,
            "translated_chars": 442,
            "translated_chars_percent": 83.5,
            "total_chars": 529,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 8.3,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/crnd_wsd_resource/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/crnd_wsd_resource/uk/"
        },
        {
            "total": 26,
            "total_words": 88,
            "last_change": null,
            "recent_changes": 0,
            "translated": 9,
            "translated_words": 27,
            "translated_percent": 34.6,
            "translated_words_percent": 30.6,
            "translated_chars": 218,
            "translated_chars_percent": 31.1,
            "total_chars": 699,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 7,
            "failing_percent": 26.9,
            "code": "ru",
            "name": "ru (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/crnd_wsd_resource/ru/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/crnd_wsd_resource/ru/"
        },
        {
            "total": 26,
            "total_words": 88,
            "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": 699,
            "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/crnd_wsd_resource/de/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/crnd_wsd_resource/de/"
        },
        {
            "total": 26,
            "total_words": 88,
            "last_change": null,
            "recent_changes": 0,
            "translated": 4,
            "translated_words": 6,
            "translated_percent": 15.3,
            "translated_words_percent": 6.8,
            "translated_chars": 44,
            "translated_chars_percent": 6.2,
            "total_chars": 699,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 5,
            "failing_percent": 19.2,
            "code": "fr",
            "name": "fr (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/crnd_wsd_resource/fr/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/crnd_wsd_resource/fr/"
        },
        {
            "total": 26,
            "total_words": 88,
            "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": 699,
            "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/crnd_wsd_resource/lt/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/crnd_wsd_resource/lt/"
        },
        {
            "total": 26,
            "total_words": 88,
            "last_change": null,
            "recent_changes": 0,
            "translated": 26,
            "translated_words": 88,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 699,
            "translated_chars_percent": 100.0,
            "total_chars": 699,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 3.8,
            "code": "tr",
            "name": "tr (generated)",
            "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/crnd_wsd_resource/tr/",
            "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/crnd_wsd_resource/tr/"
        }
    ]
}