Translation components API.

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

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

{
    "total": 957,
    "total_words": 9769,
    "total_chars": 61180,
    "last_change": "2024-05-09T02:34:12.774299Z",
    "recent_changes": 0,
    "translated": 171,
    "translated_words": 1025,
    "translated_percent": 17.8,
    "translated_words_percent": 10.4,
    "translated_chars": 6547,
    "translated_chars_percent": 10.7,
    "fuzzy": 444,
    "fuzzy_percent": 46.3,
    "fuzzy_words": 3024,
    "fuzzy_words_percent": 30.9,
    "fuzzy_chars": 18315,
    "fuzzy_chars_percent": 29.9,
    "failing": 262,
    "failing_percent": 27.3,
    "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": "bg",
    "name": "Bulgarian",
    "url": "https://l10n.opensuse.org/projects/yast-storage/master/bg/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-storage/master/bg/"
}