Translation components API.

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

GET /api/translations/yunohost/admin/uk/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:37.784274Z",
    "recent_changes": 0,
    "translated": 404,
    "translated_words": 2834,
    "translated_percent": 85.7,
    "translated_words_percent": 78.1,
    "translated_chars": 17739,
    "translated_chars_percent": 78.8,
    "fuzzy": 17,
    "fuzzy_percent": 3.6,
    "fuzzy_words": 451,
    "fuzzy_words_percent": 12.4,
    "fuzzy_chars": 2585,
    "fuzzy_chars_percent": 11.4,
    "failing": 8,
    "failing_percent": 1.6,
    "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": "uk",
    "name": "Ukrainian",
    "url": "https://translate.yunohost.org/projects/yunohost/admin/uk/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/admin/uk/"
}