Translation components API.

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

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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 9,
            "total_words": 29,
            "last_change": null,
            "recent_changes": 0,
            "translated": 9,
            "translated_words": 29,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 213,
            "translated_chars_percent": 100.0,
            "total_chars": 213,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/generic-addons-16-0/generic_condition_automation/en/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-16-0/generic_condition_automation/en/"
        },
        {
            "total": 9,
            "total_words": 29,
            "last_change": "2024-04-29T07:22:30.878699Z",
            "recent_changes": 10,
            "translated": 9,
            "translated_words": 29,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 213,
            "translated_chars_percent": 100.0,
            "total_chars": 213,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/generic-addons-16-0/generic_condition_automation/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-16-0/generic_condition_automation/uk/"
        },
        {
            "total": 9,
            "total_words": 29,
            "last_change": null,
            "recent_changes": 0,
            "translated": 3,
            "translated_words": 11,
            "translated_percent": 33.3,
            "translated_words_percent": 37.9,
            "translated_chars": 69,
            "translated_chars_percent": 32.3,
            "total_chars": 213,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "ru",
            "name": "ru (generated)",
            "url": "http://weblate.crnd.pro/projects/generic-addons-16-0/generic_condition_automation/ru/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-16-0/generic_condition_automation/ru/"
        },
        {
            "total": 9,
            "total_words": 29,
            "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": 213,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "de",
            "name": "de (generated)",
            "url": "http://weblate.crnd.pro/projects/generic-addons-16-0/generic_condition_automation/de/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-16-0/generic_condition_automation/de/"
        },
        {
            "total": 9,
            "total_words": 29,
            "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": 213,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "fr",
            "name": "fr (generated)",
            "url": "http://weblate.crnd.pro/projects/generic-addons-16-0/generic_condition_automation/fr/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-16-0/generic_condition_automation/fr/"
        },
        {
            "total": 9,
            "total_words": 29,
            "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": 213,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "lt",
            "name": "lt (generated)",
            "url": "http://weblate.crnd.pro/projects/generic-addons-16-0/generic_condition_automation/lt/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-16-0/generic_condition_automation/lt/"
        }
    ]
}