Translation components API.

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

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

{
    "total": 248,
    "total_words": 2239,
    "total_chars": 15972,
    "last_change": "2022-01-18T01:30:18.356138Z",
    "recent_changes": 0,
    "translated": 112,
    "translated_words": 296,
    "translated_percent": 45.1,
    "translated_words_percent": 13.2,
    "translated_chars": 2042,
    "translated_chars_percent": 12.7,
    "fuzzy": 91,
    "fuzzy_percent": 36.6,
    "fuzzy_words": 648,
    "fuzzy_words_percent": 28.9,
    "fuzzy_chars": 4587,
    "fuzzy_chars_percent": 28.7,
    "failing": 32,
    "failing_percent": 12.9,
    "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-ncurses-pkg/master/hi/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-ncurses-pkg/master/hi/"
}