Translation components API.

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

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

{
    "count": 44,
    "next": null,
    "previous": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-admin-user/statistics/?format=api&page=2",
    "results": [
        {
            "total": 49,
            "total_words": 148,
            "last_change": "2024-02-05T17:35:30.518861Z",
            "recent_changes": 49,
            "translated": 49,
            "translated_words": 148,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 852,
            "translated_chars_percent": 100.0,
            "total_chars": 852,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "lg",
            "name": "Luganda",
            "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-admin-user/lg/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-admin-user/lg/"
        },
        {
            "total": 49,
            "total_words": 148,
            "last_change": "2024-11-28T14:35:18.243722Z",
            "recent_changes": 13,
            "translated": 13,
            "translated_words": 27,
            "translated_percent": 26.5,
            "translated_words_percent": 18.2,
            "translated_chars": 147,
            "translated_chars_percent": 17.2,
            "total_chars": 852,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "kab",
            "name": "Kabyle",
            "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-admin-user/kab/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-admin-user/kab/"
        },
        {
            "total": 49,
            "total_words": 148,
            "last_change": "2025-01-01T09:36:10.030957Z",
            "recent_changes": 51,
            "translated": 49,
            "translated_words": 148,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 852,
            "translated_chars_percent": 100.0,
            "total_chars": 852,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "ka",
            "name": "Georgian",
            "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-admin-user/ka/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-admin-user/ka/"
        },
        {
            "total": 49,
            "total_words": 148,
            "last_change": "2025-02-10T04:22:49.600472Z",
            "recent_changes": 50,
            "translated": 49,
            "translated_words": 148,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 852,
            "translated_chars_percent": 100.0,
            "total_chars": 852,
            "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-configuration/lxqt-admin-user/zh_TW/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-admin-user/zh_TW/"
        }
    ]
}