Translation components API.

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

GET /api/components/rk_lite/stcommon/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": "Sergey Sklyar",
            "code": "en",
            "failing_percent": 0.0,
            "total_words": 476,
            "translated_words": 476,
            "url_translate": "http://weblate.ucs.ru/projects/rk_lite/stcommon/en/",
            "fuzzy": 0,
            "total": 184,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/rk_lite/en/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 184,
            "last_change": "2020-05-15T05:16:41"
        },
        {
            "last_author": "Артем Шуляков",
            "code": "ru",
            "failing_percent": 0.0,
            "total_words": 476,
            "translated_words": 470,
            "url_translate": "http://weblate.ucs.ru/projects/rk_lite/stcommon/ru/",
            "fuzzy": 3,
            "total": 184,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/rk_lite/ru/",
            "translated_percent": 98.3,
            "failing": 0,
            "fuzzy_percent": 1.6,
            "translated": 181,
            "last_change": "2020-10-28T12:27:06"
        }
    ]
}