Translation components API.

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

GET /api/translations/yast-kdump/master/hi/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:08.928940Z",
    "recent_changes": 3,
    "translated": 59,
    "translated_words": 365,
    "translated_percent": 26.2,
    "translated_words_percent": 20.0,
    "translated_chars": 2486,
    "translated_chars_percent": 19.6,
    "fuzzy": 134,
    "fuzzy_percent": 59.5,
    "fuzzy_words": 909,
    "fuzzy_words_percent": 49.8,
    "fuzzy_chars": 6486,
    "fuzzy_chars_percent": 51.3,
    "failing": 40,
    "failing_percent": 17.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": "hi",
    "name": "Hindi",
    "url": "https://l10n.opensuse.org/projects/yast-kdump/master/hi/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-kdump/master/hi/"
}