Translation components API.

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

GET /api/components/lxqt-panel/plugin-directorymenu/statistics/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 43,
    "next": null,
    "previous": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-directorymenu/statistics/?format=api&page=2",
    "results": [
        {
            "total": 21,
            "total_words": 48,
            "last_change": "2024-11-28T13:10:42.323793Z",
            "recent_changes": 9,
            "translated": 9,
            "translated_words": 15,
            "translated_percent": 42.8,
            "translated_words_percent": 31.2,
            "translated_chars": 74,
            "translated_chars_percent": 24.2,
            "total_chars": 305,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "kab",
            "name": "Kabyle",
            "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-directorymenu/kab/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-directorymenu/kab/"
        },
        {
            "total": 21,
            "total_words": 48,
            "last_change": "2025-01-02T11:39:02.513985Z",
            "recent_changes": 21,
            "translated": 21,
            "translated_words": 48,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 305,
            "translated_chars_percent": 100.0,
            "total_chars": 305,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "ka",
            "name": "Georgian",
            "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-directorymenu/ka/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-directorymenu/ka/"
        },
        {
            "total": 21,
            "total_words": 48,
            "last_change": "2025-02-27T15:01:13.103198Z",
            "recent_changes": 5,
            "translated": 21,
            "translated_words": 48,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 305,
            "translated_chars_percent": 100.0,
            "total_chars": 305,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "zh_TW",
            "name": "Chinese (Traditional)",
            "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-directorymenu/zh_TW/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-directorymenu/zh_TW/"
        }
    ]
}