Translation components API.

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

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

{
    "last_author": "Виктор Грудев",
    "code": "bg",
    "failing_percent": 0.9,
    "total_words": 801,
    "translated_words": 287,
    "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/bg/",
    "fuzzy": 1,
    "total": 320,
    "name": "Bulgarian",
    "url": "http://weblate.ucs.ru/engage/rk_office/bg/",
    "translated_percent": 34.0,
    "failing": 3,
    "fuzzy_percent": 0.3,
    "translated": 109,
    "last_change": "2024-01-09T15:08:29"
}