Translation components API.

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

GET /api/translations/yunohost/admin/sv/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 557,
    "total_words": 3985,
    "total_chars": 24718,
    "last_change": "2024-03-23T18:25:03.515738Z",
    "recent_changes": 5,
    "translated": 136,
    "translated_words": 563,
    "translated_percent": 24.4,
    "translated_words_percent": 14.1,
    "translated_chars": 3557,
    "translated_chars_percent": 14.3,
    "fuzzy": 3,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 12,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 65,
    "fuzzy_chars_percent": 0.2,
    "failing": 5,
    "failing_percent": 0.8,
    "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": 4,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://translate.yunohost.org/projects/yunohost/admin/sv/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/admin/sv/"
}