Translation components API.

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

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

{
    "last_author": "Валерия Прозорова",
    "code": "ru",
    "failing_percent": 0.0,
    "total_words": 453,
    "translated_words": 453,
    "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/ru/",
    "fuzzy": 0,
    "total": 169,
    "name": "Russian",
    "url": "http://weblate.ucs.ru/engage/rk_office/ru/",
    "translated_percent": 100.0,
    "failing": 0,
    "fuzzy_percent": 0.0,
    "translated": 169,
    "last_change": "2024-03-07T11:43:05"
}