Translation components API.

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

GET /api/translations/yunohost/core/ar/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-23T18:07:16.960114Z",
    "recent_changes": 4,
    "translated": 207,
    "translated_words": 1146,
    "translated_percent": 26.4,
    "translated_words_percent": 12.3,
    "translated_chars": 7345,
    "translated_chars_percent": 12.0,
    "fuzzy": 152,
    "fuzzy_percent": 19.4,
    "fuzzy_words": 1325,
    "fuzzy_words_percent": 14.2,
    "fuzzy_chars": 8319,
    "fuzzy_chars_percent": 13.6,
    "failing": 7,
    "failing_percent": 0.8,
    "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": 0,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://translate.yunohost.org/projects/yunohost/core/ar/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/core/ar/"
}