Translation components API.

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

GET /api/components/lxqt-configuration/lxqt-admin-time/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/lxqt-admin-time/statistics/?format=api&page=2",
    "results": [
        {
            "total": 17,
            "total_words": 51,
            "last_change": "2023-05-20T17:02:43.802083Z",
            "recent_changes": 14,
            "translated": 17,
            "translated_words": 51,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 343,
            "translated_chars_percent": 100.0,
            "total_chars": 343,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "fi",
            "name": "Finnish",
            "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-admin-time/fi/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-admin-time/fi/"
        },
        {
            "total": 17,
            "total_words": 51,
            "last_change": "2024-01-17T14:10:02.327234Z",
            "recent_changes": 5,
            "translated": 17,
            "translated_words": 51,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 343,
            "translated_chars_percent": 100.0,
            "total_chars": 343,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 5.8,
            "code": "pa",
            "name": "Punjabi",
            "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-admin-time/pa/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-admin-time/pa/"
        },
        {
            "total": 17,
            "total_words": 51,
            "last_change": "2024-02-05T16:48:00.932580Z",
            "recent_changes": 18,
            "translated": 17,
            "translated_words": 51,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 343,
            "translated_chars_percent": 100.0,
            "total_chars": 343,
            "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/lxqt-admin-time/lg/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-admin-time/lg/"
        }
    ]
}