Translation components API.

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

GET /api/components/lxqt-configuration/lxqt-policykit/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-policykit/statistics/?format=api&page=2",
    "results": [
        {
            "total": 8,
            "total_words": 24,
            "last_change": "2025-01-01T13:01:12.410783Z",
            "recent_changes": 8,
            "translated": 8,
            "translated_words": 24,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 195,
            "translated_chars_percent": 100.0,
            "total_chars": 195,
            "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-policykit/ka/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-policykit/ka/"
        },
        {
            "total": 8,
            "total_words": 24,
            "last_change": "2025-02-10T11:09:29.123085Z",
            "recent_changes": 9,
            "translated": 8,
            "translated_words": 24,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 195,
            "translated_chars_percent": 100.0,
            "total_chars": 195,
            "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-policykit/zh_TW/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-policykit/zh_TW/"
        }
    ]
}