Translation components API.

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

GET /api/components/rk_lite/rklo/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": "Артем Шуляков",
            "code": "ru",
            "failing_percent": 0.0,
            "total_words": 124,
            "translated_words": 124,
            "url_translate": "http://weblate.ucs.ru/projects/rk_lite/rklo/ru/",
            "fuzzy": 0,
            "total": 38,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/rk_lite/ru/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 38,
            "last_change": "2020-09-24T07:05:28"
        },
        {
            "last_author": null,
            "code": "vi",
            "failing_percent": 0.0,
            "total_words": 124,
            "translated_words": 0,
            "url_translate": "http://weblate.ucs.ru/projects/rk_lite/rklo/vi/",
            "fuzzy": 0,
            "total": 38,
            "name": "Vietnamese",
            "url": "http://weblate.ucs.ru/engage/rk_lite/vi/",
            "translated_percent": 0.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 0,
            "last_change": null
        },
        {
            "last_author": null,
            "code": "en",
            "failing_percent": 0.0,
            "total_words": 124,
            "translated_words": 124,
            "url_translate": "http://weblate.ucs.ru/projects/rk_lite/rklo/en/",
            "fuzzy": 0,
            "total": 38,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/rk_lite/en/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 38,
            "last_change": null
        }
    ]
}