Translation components API.

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

GET /api/components/lxqt-configuration/lxqt-admin-time-menu-entry/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-admin-time-menu-entry/statistics/?format=api&page=2",
    "results": [
        {
            "total": 3,
            "total_words": 15,
            "last_change": "2025-06-15T15:09:06.913241Z",
            "recent_changes": 3,
            "translated": 3,
            "translated_words": 15,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 77,
            "translated_chars_percent": 100.0,
            "total_chars": 77,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "sv",
            "name": "Swedish",
            "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-admin-time-menu-entry/sv/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-admin-time-menu-entry/sv/"
        },
        {
            "total": 3,
            "total_words": 15,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 77,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "eu",
            "name": "Basque",
            "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-admin-time-menu-entry/eu/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-admin-time-menu-entry/eu/"
        }
    ]
}