Translation components API.

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

GET /api/components/qtilities/sddm-conf-menu-entry/statistics/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 21,
    "next": null,
    "previous": "https://translate.lxqt-project.org/api/components/qtilities/sddm-conf-menu-entry/statistics/?format=api",
    "results": [
        {
            "total": 3,
            "total_words": 11,
            "last_change": "2025-01-02T05:24:19.476989Z",
            "recent_changes": 3,
            "translated": 3,
            "translated_words": 11,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 92,
            "translated_chars_percent": 100.0,
            "total_chars": 92,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "ka",
            "name": "Georgian",
            "url": "https://translate.lxqt-project.org/projects/qtilities/sddm-conf-menu-entry/ka/",
            "translate_url": "https://translate.lxqt-project.org/translate/qtilities/sddm-conf-menu-entry/ka/"
        }
    ]
}