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": 1873,
            "translated_words": 1873,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/elk/ru/",
            "fuzzy": 0,
            "total": 639,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/rk_office/ru/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 639,
            "last_change": null
        },
        {
            "last_author": "localizeboat",
            "code": "en",
            "failing_percent": 1.5,
            "total_words": 1873,
            "translated_words": 1848,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/elk/en/",
            "fuzzy": 0,
            "total": 639,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/rk_office/en/",
            "translated_percent": 99.6,
            "failing": 10,
            "fuzzy_percent": 0.0,
            "translated": 637,
            "last_change": "2024-06-14T07:20:28"
        },
        {
            "last_author": "localizeboat",
            "code": "hu",
            "failing_percent": 0.0,
            "total_words": 1873,
            "translated_words": 720,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/elk/hu/",
            "fuzzy": 0,
            "total": 639,
            "name": "Hungarian",
            "url": "http://weblate.ucs.ru/engage/rk_office/hu/",
            "translated_percent": 48.6,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 311,
            "last_change": "2024-06-14T07:13:44"
        }
    ]
}