Translation components API.

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

GET /api/components/rk_office/webman_storehouse/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": "en",
            "failing_percent": 0.0,
            "total_words": 3,
            "translated_words": 3,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman_storehouse/en/",
            "fuzzy": 0,
            "total": 2,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/rk_office/en/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 2,
            "last_change": null
        },
        {
            "last_author": null,
            "code": "ru",
            "failing_percent": 0.0,
            "total_words": 3,
            "translated_words": 3,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman_storehouse/ru/",
            "fuzzy": 0,
            "total": 2,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/rk_office/ru/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 2,
            "last_change": null
        },
        {
            "last_author": "Ficsór Imre",
            "code": "hu",
            "failing_percent": 0.0,
            "total_words": 3,
            "translated_words": 3,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman_storehouse/hu/",
            "fuzzy": 0,
            "total": 2,
            "name": "Hungarian",
            "url": "http://weblate.ucs.ru/engage/rk_office/hu/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 2,
            "last_change": "2024-02-14T14:23:45"
        }
    ]
}