Translation components API.

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

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

{
    "count": 22,
    "next": null,
    "previous": "https://translate.lxqt-project.org/api/components/labwc/labwc-tweaks-menu-entry/statistics/?format=api",
    "results": [
        {
            "total": 3,
            "total_words": 8,
            "last_change": "2025-04-07T15:09:47.910532Z",
            "recent_changes": 3,
            "translated": 3,
            "translated_words": 8,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 64,
            "translated_chars_percent": 100.0,
            "total_chars": 64,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "ms",
            "name": "Malay",
            "url": "https://translate.lxqt-project.org/projects/labwc/labwc-tweaks-menu-entry/ms/",
            "translate_url": "https://translate.lxqt-project.org/translate/labwc/labwc-tweaks-menu-entry/ms/"
        },
        {
            "total": 3,
            "total_words": 8,
            "last_change": "2025-05-24T16:30:48.281444Z",
            "recent_changes": 5,
            "translated": 3,
            "translated_words": 8,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 64,
            "translated_chars_percent": 100.0,
            "total_chars": 64,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "hu",
            "name": "Hungarian",
            "url": "https://translate.lxqt-project.org/projects/labwc/labwc-tweaks-menu-entry/hu/",
            "translate_url": "https://translate.lxqt-project.org/translate/labwc/labwc-tweaks-menu-entry/hu/"
        }
    ]
}