Translation components API.

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

GET /api/translations/yast-kdump/master/xh/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 226,
    "total_words": 1833,
    "total_chars": 12689,
    "last_change": "2024-06-22T02:33:39.022382Z",
    "recent_changes": 0,
    "translated": 61,
    "translated_words": 361,
    "translated_percent": 26.9,
    "translated_words_percent": 19.6,
    "translated_chars": 2440,
    "translated_chars_percent": 19.2,
    "fuzzy": 131,
    "fuzzy_percent": 57.9,
    "fuzzy_words": 908,
    "fuzzy_words_percent": 49.5,
    "fuzzy_chars": 6499,
    "fuzzy_chars_percent": 51.2,
    "failing": 31,
    "failing_percent": 13.7,
    "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": "xh",
    "name": "Xhosa",
    "url": "https://l10n.opensuse.org/projects/yast-kdump/master/xh/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-kdump/master/xh/"
}