Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "last_author": "localizeboat",
            "code": "en",
            "failing_percent": 0.0,
            "total_words": 3777,
            "translated_words": 3777,
            "url_translate": "http://weblate.ucs.ru/projects/rk_lite/rklc/en/",
            "fuzzy": 0,
            "total": 1053,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/rk_lite/en/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 1053,
            "last_change": "2022-02-04T15:07:51"
        },
        {
            "last_author": "localizeboat",
            "code": "ru",
            "failing_percent": 0.5,
            "total_words": 3777,
            "translated_words": 3678,
            "url_translate": "http://weblate.ucs.ru/projects/rk_lite/rklc/ru/",
            "fuzzy": 9,
            "total": 1053,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/rk_lite/ru/",
            "translated_percent": 98.3,
            "failing": 6,
            "fuzzy_percent": 0.8,
            "translated": 1036,
            "last_change": "2022-02-04T15:08:51"
        },
        {
            "last_author": "Szakács István",
            "code": "hu",
            "failing_percent": 0.2,
            "total_words": 3777,
            "translated_words": 1193,
            "url_translate": "http://weblate.ucs.ru/projects/rk_lite/rklc/hu/",
            "fuzzy": 0,
            "total": 1053,
            "name": "Hungarian",
            "url": "http://weblate.ucs.ru/engage/rk_lite/hu/",
            "translated_percent": 49.6,
            "failing": 3,
            "fuzzy_percent": 0.0,
            "translated": 523,
            "last_change": "2019-08-21T12:11:44"
        }
    ]
}