Translation components API.

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

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

{
    "total": 134,
    "total_words": 622,
    "last_change": "2023-06-25T11:05:01.119210Z",
    "recent_changes": 1,
    "translated": 42,
    "translated_words": 56,
    "translated_percent": 31.3,
    "translated_words_percent": 9.0,
    "translated_chars": 343,
    "translated_chars_percent": 9.1,
    "total_chars": 3746,
    "fuzzy": 91,
    "fuzzy_percent": 67.9,
    "failing": 3,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "http://translate.cacti.net/projects/cacti/wmi/ru/",
    "translate_url": "http://translate.cacti.net/translate/cacti/wmi/ru/"
}