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": 3881,
            "translated_words": 3881,
            "url_translate": "http://weblate.ucs.ru/projects/rk_lite/rklc/en/",
            "fuzzy": 0,
            "total": 1104,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/rk_lite/en/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 1104,
            "last_change": "2024-06-10T13:19:59"
        },
        {
            "last_author": "localizeboat",
            "code": "ru",
            "failing_percent": 0.5,
            "total_words": 3882,
            "translated_words": 3773,
            "url_translate": "http://weblate.ucs.ru/projects/rk_lite/rklc/ru/",
            "fuzzy": 15,
            "total": 1104,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/rk_lite/ru/",
            "translated_percent": 97.9,
            "failing": 6,
            "fuzzy_percent": 1.3,
            "translated": 1081,
            "last_change": "2024-10-10T08:17:10"
        },
        {
            "last_author": "Szakács István",
            "code": "hu",
            "failing_percent": 0.2,
            "total_words": 3882,
            "translated_words": 1194,
            "url_translate": "http://weblate.ucs.ru/projects/rk_lite/rklc/hu/",
            "fuzzy": 6,
            "total": 1104,
            "name": "Hungarian",
            "url": "http://weblate.ucs.ru/engage/rk_lite/hu/",
            "translated_percent": 47.4,
            "failing": 3,
            "fuzzy_percent": 0.5,
            "translated": 524,
            "last_change": "2019-08-21T12:11:44"
        }
    ]
}