Translation components API.

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

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

{
    "total": 106,
    "total_words": 645,
    "total_chars": 7258,
    "last_change": "2020-05-14T06:41:02.558458Z",
    "recent_changes": 2,
    "translated": 18,
    "translated_words": 91,
    "translated_percent": 16.9,
    "translated_words_percent": 14.1,
    "translated_chars": 762,
    "translated_chars_percent": 10.4,
    "fuzzy": 50,
    "fuzzy_percent": 47.1,
    "fuzzy_words": 304,
    "fuzzy_words_percent": 47.1,
    "fuzzy_chars": 4038,
    "fuzzy_chars_percent": 55.6,
    "failing": 9,
    "failing_percent": 8.4,
    "approved": 2,
    "approved_percent": 1.8,
    "approved_words": 3,
    "approved_words_percent": 0.4,
    "approved_chars": 26,
    "approved_chars_percent": 0.3,
    "readonly": 1,
    "readonly_percent": 0.9,
    "readonly_words": 3,
    "readonly_words_percent": 0.4,
    "readonly_chars": 31,
    "readonly_chars_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_TW",
    "name": "Chinese (Taiwan)",
    "url": "https://translate.tails.boum.org/projects/tails/contribute/zh_TW/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/contribute/zh_TW/"
}