Translation components API.

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

GET /api/components/rk_office/elk/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": null,
            "code": "ru",
            "failing_percent": 0.0,
            "total_words": 419,
            "translated_words": 419,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/elk/ru/",
            "fuzzy": 0,
            "total": 203,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/rk_office/ru/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 203,
            "last_change": null
        },
        {
            "last_author": "Валерия Прозорова",
            "code": "en",
            "failing_percent": 2.9,
            "total_words": 419,
            "translated_words": 419,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/elk/en/",
            "fuzzy": 0,
            "total": 203,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/rk_office/en/",
            "translated_percent": 100.0,
            "failing": 6,
            "fuzzy_percent": 0.0,
            "translated": 203,
            "last_change": "2024-03-05T08:01:17"
        },
        {
            "last_author": "Ficsór Imre",
            "code": "hu",
            "failing_percent": 0.0,
            "total_words": 419,
            "translated_words": 419,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/elk/hu/",
            "fuzzy": 0,
            "total": 203,
            "name": "Hungarian",
            "url": "http://weblate.ucs.ru/engage/rk_office/hu/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 203,
            "last_change": "2024-03-25T12:13:25"
        }
    ]
}