Translation components API.

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

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

{
    "count": 42,
    "next": null,
    "previous": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-config-file-associations/statistics/?format=api&page=2",
    "results": [
        {
            "total": 33,
            "total_words": 65,
            "last_change": "2025-01-01T11:18:36.763177Z",
            "recent_changes": 33,
            "translated": 33,
            "translated_words": 65,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 458,
            "translated_chars_percent": 100.0,
            "total_chars": 458,
            "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-config-file-associations/ka/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-file-associations/ka/"
        },
        {
            "total": 33,
            "total_words": 65,
            "last_change": "2025-03-03T08:56:53.778727Z",
            "recent_changes": 2,
            "translated": 33,
            "translated_words": 65,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 458,
            "translated_chars_percent": 100.0,
            "total_chars": 458,
            "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-config-file-associations/zh_TW/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-file-associations/zh_TW/"
        }
    ]
}