Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "last_author": null,
            "code": "ru",
            "failing_percent": 0.0,
            "total_words": 212,
            "translated_words": 212,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman_reports/ru/",
            "fuzzy": 0,
            "total": 114,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/rk_office/ru/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 114,
            "last_change": null
        },
        {
            "last_author": "v.teplyakov",
            "code": "en",
            "failing_percent": 0.0,
            "total_words": 212,
            "translated_words": 130,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman_reports/en/",
            "fuzzy": 0,
            "total": 114,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/rk_office/en/",
            "translated_percent": 73.6,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 84,
            "last_change": "2024-09-23T07:55:57"
        },
        {
            "last_author": "Ficsór Imre",
            "code": "hu",
            "failing_percent": 0.0,
            "total_words": 212,
            "translated_words": 212,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman_reports/hu/",
            "fuzzy": 0,
            "total": 114,
            "name": "Hungarian",
            "url": "http://weblate.ucs.ru/engage/rk_office/hu/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 114,
            "last_change": "2024-12-16T09:40:41"
        },
        {
            "last_author": "Juskenas Edvinas",
            "code": "lt",
            "failing_percent": 0.0,
            "total_words": 212,
            "translated_words": 212,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman_reports/lt/",
            "fuzzy": 0,
            "total": 114,
            "name": "Lithuanian",
            "url": "http://weblate.ucs.ru/engage/rk_office/lt/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 114,
            "last_change": "2025-01-02T10:06:44"
        }
    ]
}