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": 1.2,
    "total_words": 444,
    "translated_words": 254,
    "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/bg/",
    "fuzzy": 0,
    "total": 164,
    "name": "Bulgarian",
    "url": "http://weblate.ucs.ru/engage/rk_office/bg/",
    "translated_percent": 56.0,
    "failing": 2,
    "fuzzy_percent": 0.0,
    "translated": 92,
    "last_change": "2024-01-09T15:08:29"
}