Translation components API.

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

GET /api/translations/yunohost/core/hi/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:36:18.547960Z",
    "recent_changes": 5,
    "translated": 18,
    "translated_words": 97,
    "translated_percent": 2.2,
    "translated_words_percent": 1.0,
    "translated_chars": 597,
    "translated_chars_percent": 0.9,
    "fuzzy": 28,
    "fuzzy_percent": 3.5,
    "fuzzy_words": 173,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 1097,
    "fuzzy_chars_percent": 1.7,
    "failing": 12,
    "failing_percent": 1.5,
    "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": "hi",
    "name": "Hindi",
    "url": "https://translate.yunohost.org/projects/yunohost/core/hi/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/core/hi/"
}