Translation components API.

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

GET /api/components/uyuni/uyuni-tools-mgrctl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 38,
            "total_words": 256,
            "last_change": null,
            "recent_changes": 0,
            "translated": 38,
            "translated_words": 256,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1501,
            "translated_chars_percent": 100.0,
            "total_chars": 1501,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 3,
            "failing_percent": 7.8,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 38,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://l10n.opensuse.org/projects/uyuni/uyuni-tools-mgrctl/en/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-mgrctl/en/"
        },
        {
            "total": 38,
            "total_words": 256,
            "last_change": null,
            "recent_changes": 0,
            "translated": 38,
            "translated_words": 256,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1501,
            "translated_chars_percent": 100.0,
            "total_chars": 1501,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 6,
            "failing_percent": 15.7,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "fr",
            "name": "French",
            "url": "https://l10n.opensuse.org/projects/uyuni/uyuni-tools-mgrctl/fr/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-mgrctl/fr/"
        },
        {
            "total": 38,
            "total_words": 256,
            "last_change": "2024-04-26T16:50:14.485308Z",
            "recent_changes": 1,
            "translated": 6,
            "translated_words": 23,
            "translated_percent": 15.7,
            "translated_words_percent": 8.9,
            "translated_chars": 135,
            "translated_chars_percent": 8.9,
            "total_chars": 1501,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "it",
            "name": "Italian",
            "url": "https://l10n.opensuse.org/projects/uyuni/uyuni-tools-mgrctl/it/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-mgrctl/it/"
        },
        {
            "total": 38,
            "total_words": 256,
            "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": 1501,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "zh_CN",
            "name": "Chinese (China)",
            "url": "https://l10n.opensuse.org/projects/uyuni/uyuni-tools-mgrctl/zh_CN/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-mgrctl/zh_CN/"
        },
        {
            "total": 38,
            "total_words": 256,
            "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": 1501,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "ja",
            "name": "Japanese",
            "url": "https://l10n.opensuse.org/projects/uyuni/uyuni-tools-mgrctl/ja/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-mgrctl/ja/"
        },
        {
            "total": 38,
            "total_words": 256,
            "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": 1501,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "ko",
            "name": "Korean",
            "url": "https://l10n.opensuse.org/projects/uyuni/uyuni-tools-mgrctl/ko/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-mgrctl/ko/"
        }
    ]
}