Translation components API.

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

GET /api/translations/yunohost/core/oc/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:46:56.492626Z",
    "recent_changes": 45,
    "translated": 290,
    "translated_words": 2308,
    "translated_percent": 37.0,
    "translated_words_percent": 24.8,
    "translated_chars": 14979,
    "translated_chars_percent": 24.5,
    "fuzzy": 175,
    "fuzzy_percent": 22.3,
    "fuzzy_words": 1906,
    "fuzzy_words_percent": 20.5,
    "fuzzy_chars": 12665,
    "fuzzy_chars_percent": 20.7,
    "failing": 72,
    "failing_percent": 9.1,
    "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": "oc",
    "name": "Occitan",
    "url": "https://translate.yunohost.org/projects/yunohost/core/oc/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/core/oc/"
}