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": 869,
    "total_words": 10173,
    "total_chars": 66564,
    "last_change": "2025-03-25T18:50:12.419571Z",
    "recent_changes": 0,
    "translated": 661,
    "translated_words": 7414,
    "translated_percent": 76.0,
    "translated_words_percent": 72.8,
    "translated_chars": 48910,
    "translated_chars_percent": 73.4,
    "fuzzy": 60,
    "fuzzy_percent": 6.9,
    "fuzzy_words": 947,
    "fuzzy_words_percent": 9.3,
    "fuzzy_chars": 6175,
    "fuzzy_chars_percent": 9.2,
    "failing": 46,
    "failing_percent": 5.2,
    "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/"
}