Translation components API.

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

GET /api/components/lxqt-panel/plugin-mount-name-and-description/statistics/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 43,
    "next": null,
    "previous": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-mount-name-and-description/statistics/?format=api&page=2",
    "results": [
        {
            "total": 2,
            "total_words": 11,
            "last_change": "2022-02-08T14:32:02.201353Z",
            "recent_changes": 2,
            "translated": 2,
            "translated_words": 11,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 69,
            "translated_chars_percent": 100.0,
            "total_chars": 69,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "ko",
            "name": "Korean",
            "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-mount-name-and-description/ko/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-mount-name-and-description/ko/"
        },
        {
            "total": 2,
            "total_words": 11,
            "last_change": "2022-02-19T19:25:21.778227Z",
            "recent_changes": 2,
            "translated": 2,
            "translated_words": 11,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 69,
            "translated_chars_percent": 100.0,
            "total_chars": 69,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "bg",
            "name": "Bulgarian",
            "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-mount-name-and-description/bg/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-mount-name-and-description/bg/"
        },
        {
            "total": 2,
            "total_words": 11,
            "last_change": "2024-01-16T14:03:02.463464Z",
            "recent_changes": 2,
            "translated": 2,
            "translated_words": 11,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 69,
            "translated_chars_percent": 100.0,
            "total_chars": 69,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "lg",
            "name": "Luganda",
            "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-mount-name-and-description/lg/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-mount-name-and-description/lg/"
        }
    ]
}