Translation components API.

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

GET /api/components/lxqt-desktop/qterminal/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/qterminal/statistics/?format=api&page=2",
    "results": [
        {
            "total": 196,
            "total_words": 657,
            "last_change": "2024-03-18T23:43:24.420914Z",
            "recent_changes": 112,
            "translated": 111,
            "translated_words": 282,
            "translated_percent": 56.6,
            "translated_words_percent": 42.9,
            "translated_chars": 1831,
            "translated_chars_percent": 44.4,
            "total_chars": 4121,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "hi",
            "name": "Hindi",
            "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/qterminal/hi/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/qterminal/hi/"
        },
        {
            "total": 196,
            "total_words": 657,
            "last_change": "2023-12-23T15:00:05.016953Z",
            "recent_changes": 47,
            "translated": 38,
            "translated_words": 66,
            "translated_percent": 19.3,
            "translated_words_percent": 10.0,
            "translated_chars": 403,
            "translated_chars_percent": 9.7,
            "total_chars": 4121,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "pa",
            "name": "Punjabi",
            "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/qterminal/pa/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/qterminal/pa/"
        },
        {
            "total": 196,
            "total_words": 657,
            "last_change": "2024-02-15T22:04:00.127116Z",
            "recent_changes": 4,
            "translated": 196,
            "translated_words": 657,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 4121,
            "translated_chars_percent": 100.0,
            "total_chars": 4121,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "lg",
            "name": "Luganda",
            "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/qterminal/lg/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/qterminal/lg/"
        }
    ]
}