Translation components API.

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

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

{
    "total": 783,
    "total_words": 9284,
    "total_chars": 60956,
    "last_change": "2024-03-23T19:01:31.161499Z",
    "recent_changes": 30,
    "translated": 279,
    "translated_words": 2453,
    "translated_percent": 35.6,
    "translated_words_percent": 26.4,
    "translated_chars": 15596,
    "translated_chars_percent": 25.5,
    "fuzzy": 51,
    "fuzzy_percent": 6.5,
    "fuzzy_words": 798,
    "fuzzy_words_percent": 8.5,
    "fuzzy_chars": 5131,
    "fuzzy_chars_percent": 8.4,
    "failing": 32,
    "failing_percent": 4.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.yunohost.org/projects/yunohost/core/ru/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/core/ru/"
}