Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "last_author": "Sergey Sklyar",
            "code": "en",
            "failing_percent": 0.0,
            "total_words": 140,
            "translated_words": 140,
            "url_translate": "http://weblate.ucs.ru/projects/rk_lite/stdocswriteoff/en/",
            "fuzzy": 0,
            "total": 51,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/rk_lite/en/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 51,
            "last_change": "2020-07-22T08:32:57"
        },
        {
            "last_author": "Миронов Михаил",
            "code": "ru",
            "failing_percent": 3.9,
            "total_words": 140,
            "translated_words": 66,
            "url_translate": "http://weblate.ucs.ru/projects/rk_lite/stdocswriteoff/ru/",
            "fuzzy": 16,
            "total": 51,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/rk_lite/ru/",
            "translated_percent": 68.6,
            "failing": 2,
            "fuzzy_percent": 31.3,
            "translated": 35,
            "last_change": "2024-03-07T21:50:32"
        }
    ]
}