Translation components API.

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

GET /api/components/lxqt-desktop/lxqt-archiver-menu-entry/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-desktop/lxqt-archiver-menu-entry/statistics/?format=api&page=2",
    "results": [
        {
            "total": 3,
            "total_words": 11,
            "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": 65,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "kab",
            "name": "Kabyle",
            "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-archiver-menu-entry/kab/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-archiver-menu-entry/kab/"
        },
        {
            "total": 3,
            "total_words": 11,
            "last_change": "2025-01-01T14:07:38.858476Z",
            "recent_changes": 3,
            "translated": 3,
            "translated_words": 11,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 65,
            "translated_chars_percent": 100.0,
            "total_chars": 65,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "ka",
            "name": "Georgian",
            "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-archiver-menu-entry/ka/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-archiver-menu-entry/ka/"
        },
        {
            "total": 3,
            "total_words": 11,
            "last_change": "2025-02-27T15:54:23.355710Z",
            "recent_changes": 3,
            "translated": 3,
            "translated_words": 11,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 65,
            "translated_chars_percent": 100.0,
            "total_chars": 65,
            "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-desktop/lxqt-archiver-menu-entry/zh_TW/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-archiver-menu-entry/zh_TW/"
        }
    ]
}