Translation components API.

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

GET /api/translations/desktop/shortcut-overlay-extra/zh_Hant/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 15,
    "total_words": 71,
    "total_chars": 460,
    "last_change": "2022-10-26T01:27:56.128016Z",
    "recent_changes": 1,
    "translated": 2,
    "translated_words": 4,
    "translated_percent": 13.3,
    "translated_words_percent": 5.6,
    "translated_chars": 32,
    "translated_chars_percent": 6.9,
    "fuzzy": 5,
    "fuzzy_percent": 33.3,
    "fuzzy_words": 12,
    "fuzzy_words_percent": 16.9,
    "fuzzy_chars": 123,
    "fuzzy_chars_percent": 26.7,
    "failing": 0,
    "failing_percent": 0.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": 1,
    "comments": 0,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://l10n.elementary.io/projects/desktop/shortcut-overlay-extra/zh_Hant/",
    "translate_url": "https://l10n.elementary.io/translate/desktop/shortcut-overlay-extra/zh_Hant/"
}