Translation components API.

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

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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 2355,
            "total_words": 25853,
            "last_change": "2020-08-31T07:59:28.692988Z",
            "recent_changes": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 0.1,
            "translated_words_percent": 0.1,
            "translated_chars": 10,
            "translated_chars_percent": 0.1,
            "total_chars": 202711,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 0.1,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "es",
            "name": "Spanish",
            "url": "https://l10n.opensuse.org/projects/uyuni/docs-reference-master/es/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/docs-reference-master/es/"
        },
        {
            "total": 2355,
            "total_words": 25853,
            "last_change": "2023-10-16T07:23:47.424262Z",
            "recent_changes": 2,
            "translated": 233,
            "translated_words": 1167,
            "translated_percent": 9.8,
            "translated_words_percent": 4.5,
            "translated_chars": 10672,
            "translated_chars_percent": 5.2,
            "total_chars": 202711,
            "fuzzy": 185,
            "fuzzy_percent": 7.8,
            "failing": 110,
            "failing_percent": 4.6,
            "approved": 60,
            "approved_percent": 2.5,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "zh_CN",
            "name": "Chinese (China)",
            "url": "https://l10n.opensuse.org/projects/uyuni/docs-reference-master/zh_CN/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/docs-reference-master/zh_CN/"
        },
        {
            "total": 2355,
            "total_words": 25853,
            "last_change": "2022-09-19T17:09:06.326195Z",
            "recent_changes": 1,
            "translated": 43,
            "translated_words": 70,
            "translated_percent": 1.8,
            "translated_words_percent": 0.2,
            "translated_chars": 579,
            "translated_chars_percent": 0.2,
            "total_chars": 202711,
            "fuzzy": 33,
            "fuzzy_percent": 1.4,
            "failing": 9,
            "failing_percent": 0.3,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 2206,
            "comments": 0,
            "code": "cs",
            "name": "Czech",
            "url": "https://l10n.opensuse.org/projects/uyuni/docs-reference-master/cs/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/docs-reference-master/cs/"
        },
        {
            "total": 2355,
            "total_words": 25853,
            "last_change": "2023-10-16T12:40:43.503699Z",
            "recent_changes": 1,
            "translated": 236,
            "translated_words": 1137,
            "translated_percent": 10.0,
            "translated_words_percent": 4.3,
            "translated_chars": 10439,
            "translated_chars_percent": 5.1,
            "total_chars": 202711,
            "fuzzy": 27,
            "fuzzy_percent": 1.1,
            "failing": 12,
            "failing_percent": 0.5,
            "approved": 72,
            "approved_percent": 3.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "ja",
            "name": "Japanese",
            "url": "https://l10n.opensuse.org/projects/uyuni/docs-reference-master/ja/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/docs-reference-master/ja/"
        },
        {
            "total": 2355,
            "total_words": 25853,
            "last_change": "2023-10-17T04:21:26.801472Z",
            "recent_changes": 3,
            "translated": 228,
            "translated_words": 1149,
            "translated_percent": 9.6,
            "translated_words_percent": 4.4,
            "translated_chars": 10475,
            "translated_chars_percent": 5.1,
            "total_chars": 202711,
            "fuzzy": 35,
            "fuzzy_percent": 1.4,
            "failing": 21,
            "failing_percent": 0.8,
            "approved": 225,
            "approved_percent": 9.5,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "ko",
            "name": "Korean",
            "url": "https://l10n.opensuse.org/projects/uyuni/docs-reference-master/ko/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/docs-reference-master/ko/"
        },
        {
            "total": 2355,
            "total_words": 25853,
            "last_change": null,
            "recent_changes": 0,
            "translated": 2355,
            "translated_words": 25853,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 202711,
            "translated_chars_percent": 100.0,
            "total_chars": 202711,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 174,
            "failing_percent": 7.3,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 2355,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://l10n.opensuse.org/projects/uyuni/docs-reference-master/en/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/docs-reference-master/en/"
        }
    ]
}