Translation components API.

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

GET /api/components/lxqt-configuration/policy-kit-module-name/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/policy-kit-module-name/statistics/?format=api&page=2",
    "results": [
        {
            "total": 1,
            "total_words": 2,
            "last_change": "2024-11-13T13:54:45.234425Z",
            "recent_changes": 1,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 17,
            "translated_chars_percent": 100.0,
            "total_chars": 17,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en_GB",
            "name": "English (United Kingdom)",
            "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/policy-kit-module-name/en_GB/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/policy-kit-module-name/en_GB/"
        },
        {
            "total": 1,
            "total_words": 2,
            "last_change": "2025-01-01T13:59:57.767008Z",
            "recent_changes": 1,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 17,
            "translated_chars_percent": 100.0,
            "total_chars": 17,
            "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/policy-kit-module-name/ka/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/policy-kit-module-name/ka/"
        }
    ]
}