Translation components API.

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

GET /api/components/lxqt-configuration/notification-daemon-module-name/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-configuration/notification-daemon-module-name/statistics/?format=api&page=2",
    "results": [
        {
            "total": 1,
            "total_words": 2,
            "last_change": "2023-12-23T19:36:39.575859Z",
            "recent_changes": 1,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 19,
            "translated_chars_percent": 100.0,
            "total_chars": 19,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "pa",
            "name": "Punjabi",
            "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/notification-daemon-module-name/pa/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/notification-daemon-module-name/pa/"
        },
        {
            "total": 1,
            "total_words": 2,
            "last_change": "2024-02-16T17:59:56.569766Z",
            "recent_changes": 1,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 19,
            "translated_chars_percent": 100.0,
            "total_chars": 19,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "lg",
            "name": "Luganda",
            "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/notification-daemon-module-name/lg/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/notification-daemon-module-name/lg/"
        },
        {
            "total": 1,
            "total_words": 2,
            "last_change": "2024-03-10T22:39:05.775987Z",
            "recent_changes": 1,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 19,
            "translated_chars_percent": 100.0,
            "total_chars": 19,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "pl",
            "name": "Polish",
            "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/notification-daemon-module-name/pl/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/notification-daemon-module-name/pl/"
        }
    ]
}