Translation components API.

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

GET /api/translations/yunohost/core/sk/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-23T19:01:46.990862Z",
    "recent_changes": 2,
    "translated": 232,
    "translated_words": 2475,
    "translated_percent": 29.6,
    "translated_words_percent": 26.6,
    "translated_chars": 16128,
    "translated_chars_percent": 26.4,
    "fuzzy": 35,
    "fuzzy_percent": 4.4,
    "fuzzy_words": 601,
    "fuzzy_words_percent": 6.4,
    "fuzzy_chars": 3946,
    "fuzzy_chars_percent": 6.4,
    "failing": 5,
    "failing_percent": 0.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": "sk",
    "name": "Slovak",
    "url": "https://translate.yunohost.org/projects/yunohost/core/sk/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/core/sk/"
}