Translation components API.

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

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

{
    "total": 63,
    "total_words": 416,
    "total_chars": 2868,
    "last_change": "2023-12-30T02:33:58.629488Z",
    "recent_changes": 0,
    "translated": 16,
    "translated_words": 86,
    "translated_percent": 25.3,
    "translated_words_percent": 20.6,
    "translated_chars": 540,
    "translated_chars_percent": 18.8,
    "fuzzy": 38,
    "fuzzy_percent": 60.3,
    "fuzzy_words": 198,
    "fuzzy_words_percent": 47.5,
    "fuzzy_chars": 1504,
    "fuzzy_chars_percent": 52.4,
    "failing": 19,
    "failing_percent": 30.1,
    "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-add-on/master/hi/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-add-on/master/hi/"
}