Translation components API.

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

GET /api/components/lxqt-configuration/lxqt-config-leave/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-config-leave/statistics/?format=api&page=2",
    "results": [
        {
            "total": 15,
            "total_words": 25,
            "last_change": "2024-01-17T14:11:49.023137Z",
            "recent_changes": 3,
            "translated": 15,
            "translated_words": 25,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 224,
            "translated_chars_percent": 100.0,
            "total_chars": 224,
            "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/lxqt-config-leave/pa/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-leave/pa/"
        },
        {
            "total": 15,
            "total_words": 25,
            "last_change": "2024-02-07T18:03:43.263569Z",
            "recent_changes": 17,
            "translated": 15,
            "translated_words": 25,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 224,
            "translated_chars_percent": 100.0,
            "total_chars": 224,
            "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-config-leave/lg/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-leave/lg/"
        }
    ]
}