Translation components API.

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

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

{
    "total": 307,
    "total_words": 1776,
    "total_chars": 11589,
    "last_change": "2023-10-11T02:35:55.949761Z",
    "recent_changes": 0,
    "translated": 215,
    "translated_words": 1371,
    "translated_percent": 70.0,
    "translated_words_percent": 77.1,
    "translated_chars": 8612,
    "translated_chars_percent": 74.3,
    "fuzzy": 70,
    "fuzzy_percent": 22.8,
    "fuzzy_words": 226,
    "fuzzy_words_percent": 12.7,
    "fuzzy_chars": 1688,
    "fuzzy_chars_percent": 14.5,
    "failing": 37,
    "failing_percent": 12.0,
    "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-qt-pkg/master/xh/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-qt-pkg/master/xh/"
}