Translation components API.

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

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

{
    "total": 523,
    "total_words": 2179,
    "total_chars": 12946,
    "last_change": "2024-05-04T06:41:44.705433Z",
    "recent_changes": 0,
    "translated": 297,
    "translated_words": 1125,
    "translated_percent": 56.7,
    "translated_words_percent": 51.6,
    "translated_chars": 6752,
    "translated_chars_percent": 52.1,
    "fuzzy": 156,
    "fuzzy_percent": 29.8,
    "fuzzy_words": 736,
    "fuzzy_words_percent": 33.7,
    "fuzzy_chars": 4465,
    "fuzzy_chars_percent": 34.4,
    "failing": 77,
    "failing_percent": 14.7,
    "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": 23,
    "comments": 0,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://l10n.elementary.io/projects/files/files/zh_Hant/",
    "translate_url": "https://l10n.elementary.io/translate/files/files/zh_Hant/"
}