Translation components API.

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

GET /api/components/rk_lite/r-keeper-lite_core_sysname/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": "localizeboat",
            "code": "en",
            "failing_percent": 0.0,
            "total_words": 10,
            "translated_words": 10,
            "url_translate": "http://weblate.ucs.ru/projects/rk_lite/r-keeper-lite_core_sysname/en/",
            "fuzzy": 0,
            "total": 7,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/rk_lite/en/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 7,
            "last_change": "2024-06-10T13:20:00"
        },
        {
            "last_author": null,
            "code": "hu",
            "failing_percent": 0.0,
            "total_words": 11,
            "translated_words": 1,
            "url_translate": "http://weblate.ucs.ru/projects/rk_lite/r-keeper-lite_core_sysname/hu/",
            "fuzzy": 6,
            "total": 7,
            "name": "Hungarian",
            "url": "http://weblate.ucs.ru/engage/rk_lite/hu/",
            "translated_percent": 14.2,
            "failing": 0,
            "fuzzy_percent": 85.7,
            "translated": 1,
            "last_change": null
        },
        {
            "last_author": "localizeboat",
            "code": "ru",
            "failing_percent": 0.0,
            "total_words": 11,
            "translated_words": 1,
            "url_translate": "http://weblate.ucs.ru/projects/rk_lite/r-keeper-lite_core_sysname/ru/",
            "fuzzy": 6,
            "total": 7,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/rk_lite/ru/",
            "translated_percent": 14.2,
            "failing": 0,
            "fuzzy_percent": 85.7,
            "translated": 1,
            "last_change": "2024-06-10T13:18:47"
        }
    ]
}