Translation components API.

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

GET /api/translations/yunohost/core/eo/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:49:56.577641Z",
    "recent_changes": 0,
    "translated": 420,
    "translated_words": 4047,
    "translated_percent": 48.3,
    "translated_words_percent": 39.7,
    "translated_chars": 26991,
    "translated_chars_percent": 40.5,
    "fuzzy": 68,
    "fuzzy_percent": 7.8,
    "fuzzy_words": 1265,
    "fuzzy_words_percent": 12.4,
    "fuzzy_chars": 8338,
    "fuzzy_chars_percent": 12.5,
    "failing": 31,
    "failing_percent": 3.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": "eo",
    "name": "Esperanto",
    "url": "https://translate.yunohost.org/projects/yunohost/core/eo/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/core/eo/"
}