Translation components API.

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

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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 180,
            "total_words": 1377,
            "last_change": null,
            "recent_changes": 0,
            "translated": 180,
            "translated_words": 1377,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 8588,
            "translated_chars_percent": 100.0,
            "total_chars": 8588,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 94,
            "failing_percent": 52.2,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 180,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://l10n.opensuse.org/projects/uyuni/uyuni-tools-shared/en/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/en/"
        },
        {
            "total": 180,
            "total_words": 1377,
            "last_change": null,
            "recent_changes": 0,
            "translated": 42,
            "translated_words": 471,
            "translated_percent": 23.3,
            "translated_words_percent": 34.2,
            "translated_chars": 3406,
            "translated_chars_percent": 39.6,
            "total_chars": 8588,
            "fuzzy": 10,
            "fuzzy_percent": 5.5,
            "failing": 25,
            "failing_percent": 13.8,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 7,
            "comments": 0,
            "code": "fr",
            "name": "French",
            "url": "https://l10n.opensuse.org/projects/uyuni/uyuni-tools-shared/fr/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/fr/"
        },
        {
            "total": 180,
            "total_words": 1377,
            "last_change": "2024-04-26T16:51:27.095407Z",
            "recent_changes": 6,
            "translated": 6,
            "translated_words": 31,
            "translated_percent": 3.3,
            "translated_words_percent": 2.2,
            "translated_chars": 184,
            "translated_chars_percent": 2.1,
            "total_chars": 8588,
            "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-shared/it/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/it/"
        },
        {
            "total": 180,
            "total_words": 1377,
            "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": 8588,
            "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-shared/zh_CN/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/zh_CN/"
        },
        {
            "total": 180,
            "total_words": 1377,
            "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": 8588,
            "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-shared/ja/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/ja/"
        },
        {
            "total": 180,
            "total_words": 1377,
            "last_change": "2024-05-07T01:19:51.739944Z",
            "recent_changes": 506,
            "translated": 3,
            "translated_words": 16,
            "translated_percent": 1.6,
            "translated_words_percent": 1.1,
            "translated_chars": 87,
            "translated_chars_percent": 1.0,
            "total_chars": 8588,
            "fuzzy": 177,
            "fuzzy_percent": 98.3,
            "failing": 176,
            "failing_percent": 97.7,
            "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-shared/ko/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/ko/"
        }
    ]
}