Translation components API.

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

GET /api/translations/world-weather/strings/zh_Hant_HK/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 158,
    "total_words": 491,
    "total_chars": 3773,
    "last_change": "2023-01-24T20:52:03.418970Z",
    "recent_changes": 1,
    "translated": 148,
    "translated_words": 476,
    "translated_percent": 93.6,
    "translated_words_percent": 96.9,
    "translated_chars": 3657,
    "translated_chars_percent": 96.9,
    "fuzzy": 1,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 16,
    "fuzzy_chars_percent": 0.4,
    "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": 22,
    "readonly_percent": 13.9,
    "readonly_words": 34,
    "readonly_words_percent": 6.9,
    "readonly_chars": 864,
    "readonly_chars_percent": 22.8,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_Hant_HK",
    "name": "Chinese (Traditional, Hong Kong)",
    "url": "https://hosted.weblate.org/projects/world-weather/strings/zh_Hant_HK/",
    "translate_url": "https://hosted.weblate.org/translate/world-weather/strings/zh_Hant_HK/"
}