Translation components API.

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

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

{
    "total": 225,
    "total_words": 1822,
    "total_chars": 12627,
    "last_change": "2023-08-08T12:49:09.957535Z",
    "recent_changes": 2,
    "translated": 63,
    "translated_words": 202,
    "translated_percent": 28.0,
    "translated_words_percent": 11.0,
    "translated_chars": 1579,
    "translated_chars_percent": 12.5,
    "fuzzy": 49,
    "fuzzy_percent": 21.7,
    "fuzzy_words": 207,
    "fuzzy_words_percent": 11.3,
    "fuzzy_chars": 1353,
    "fuzzy_chars_percent": 10.7,
    "failing": 13,
    "failing_percent": 5.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": "hr",
    "name": "Croatian",
    "url": "https://l10n.opensuse.org/projects/yast-kdump/master/hr/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-kdump/master/hr/"
}