Translation components API.

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

GET /api/translations/yunohost/core/uk/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:02:24.730301Z",
    "recent_changes": 54,
    "translated": 726,
    "translated_words": 8393,
    "translated_percent": 92.7,
    "translated_words_percent": 90.4,
    "translated_chars": 55097,
    "translated_chars_percent": 90.3,
    "fuzzy": 56,
    "fuzzy_percent": 7.1,
    "fuzzy_words": 858,
    "fuzzy_words_percent": 9.2,
    "fuzzy_chars": 5670,
    "fuzzy_chars_percent": 9.3,
    "failing": 48,
    "failing_percent": 6.1,
    "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": 9,
    "comments": 0,
    "code": "uk",
    "name": "Ukrainian",
    "url": "https://translate.yunohost.org/projects/yunohost/core/uk/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/core/uk/"
}