Translation components API.

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

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

{
    "total": 471,
    "total_words": 3627,
    "total_chars": 22505,
    "last_change": "2025-04-15T20:18:36.512572Z",
    "recent_changes": 0,
    "translated": 113,
    "translated_words": 587,
    "translated_percent": 23.9,
    "translated_words_percent": 16.1,
    "translated_chars": 3557,
    "translated_chars_percent": 15.8,
    "fuzzy": 5,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 71,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 410,
    "fuzzy_chars_percent": 1.8,
    "failing": 2,
    "failing_percent": 0.4,
    "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": "te",
    "name": "Telugu",
    "url": "https://translate.yunohost.org/projects/yunohost/admin/te/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/admin/te/"
}