Translation components API.

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

GET /api/components/rk_lite/stdocspricelists/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "last_author": "Миронов Михаил",
            "code": "en",
            "failing_percent": 0.0,
            "total_words": 91,
            "translated_words": 91,
            "url_translate": "http://weblate.ucs.ru/projects/rk_lite/stdocspricelists/en/",
            "fuzzy": 0,
            "total": 27,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/rk_lite/en/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 27,
            "last_change": "2024-03-09T21:42:49"
        },
        {
            "last_author": null,
            "code": "ru",
            "failing_percent": 3.7,
            "total_words": 91,
            "translated_words": 64,
            "url_translate": "http://weblate.ucs.ru/projects/rk_lite/stdocspricelists/ru/",
            "fuzzy": 3,
            "total": 27,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/rk_lite/ru/",
            "translated_percent": 88.8,
            "failing": 1,
            "fuzzy_percent": 11.1,
            "translated": 24,
            "last_change": null
        }
    ]
}