Translation components API.

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

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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 345,
            "total_words": 2674,
            "last_change": null,
            "recent_changes": 0,
            "translated": 345,
            "translated_words": 2674,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 16717,
            "translated_chars_percent": 100.0,
            "total_chars": 16717,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 29,
            "failing_percent": 8.4,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 345,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://l10n.opensuse.org/projects/uyuni/uyuni-tools/en/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools/en/"
        },
        {
            "total": 345,
            "total_words": 2674,
            "last_change": "2024-04-30T07:41:11.324484Z",
            "recent_changes": 3,
            "translated": 57,
            "translated_words": 369,
            "translated_percent": 16.5,
            "translated_words_percent": 13.7,
            "translated_chars": 2270,
            "translated_chars_percent": 13.5,
            "total_chars": 16717,
            "fuzzy": 12,
            "fuzzy_percent": 3.4,
            "failing": 1,
            "failing_percent": 0.2,
            "approved": 1,
            "approved_percent": 0.2,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "it",
            "name": "Italian",
            "url": "https://l10n.opensuse.org/projects/uyuni/uyuni-tools/it/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools/it/"
        },
        {
            "total": 345,
            "total_words": 2674,
            "last_change": null,
            "recent_changes": 0,
            "translated": 202,
            "translated_words": 1389,
            "translated_percent": 58.5,
            "translated_words_percent": 51.9,
            "translated_chars": 8631,
            "translated_chars_percent": 51.6,
            "total_chars": 16717,
            "fuzzy": 43,
            "fuzzy_percent": 12.4,
            "failing": 99,
            "failing_percent": 28.6,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 12,
            "comments": 0,
            "code": "fr",
            "name": "French",
            "url": "https://l10n.opensuse.org/projects/uyuni/uyuni-tools/fr/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools/fr/"
        },
        {
            "total": 345,
            "total_words": 2674,
            "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": 16717,
            "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": 2,
            "comments": 0,
            "code": "zh_CN",
            "name": "Chinese (China)",
            "url": "https://l10n.opensuse.org/projects/uyuni/uyuni-tools/zh_CN/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools/zh_CN/"
        },
        {
            "total": 345,
            "total_words": 2674,
            "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": 16717,
            "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": 2,
            "comments": 0,
            "code": "ja",
            "name": "Japanese",
            "url": "https://l10n.opensuse.org/projects/uyuni/uyuni-tools/ja/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools/ja/"
        },
        {
            "total": 345,
            "total_words": 2674,
            "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": 16717,
            "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": 2,
            "comments": 0,
            "code": "ko",
            "name": "Korean",
            "url": "https://l10n.opensuse.org/projects/uyuni/uyuni-tools/ko/",
            "translate_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools/ko/"
        }
    ]
}