Translation components API.

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

GET /api/components/lxqt-configuration/obconf-qt/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/obconf-qt/statistics/?format=api&page=2",
    "results": [
        {
            "total": 134,
            "total_words": 718,
            "last_change": "2023-01-25T07:02:57.730217Z",
            "recent_changes": 2,
            "translated": 28,
            "translated_words": 44,
            "translated_percent": 20.8,
            "translated_words_percent": 6.1,
            "translated_chars": 272,
            "translated_chars_percent": 5.9,
            "total_chars": 4565,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "oc",
            "name": "Occitan",
            "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/obconf-qt/oc/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/obconf-qt/oc/"
        },
        {
            "total": 134,
            "total_words": 718,
            "last_change": "2024-02-17T21:19:05.466424Z",
            "recent_changes": 105,
            "translated": 134,
            "translated_words": 718,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 4565,
            "translated_chars_percent": 100.0,
            "total_chars": 4565,
            "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/obconf-qt/lg/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/obconf-qt/lg/"
        }
    ]
}