Translation components API.

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

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

{
    "total": 24,
    "total_words": 165,
    "total_chars": 1473,
    "last_change": "2020-05-14T05:15:37.978481Z",
    "recent_changes": 1,
    "translated": 7,
    "translated_words": 26,
    "translated_percent": 29.1,
    "translated_words_percent": 15.7,
    "translated_chars": 222,
    "translated_chars_percent": 15.0,
    "fuzzy": 12,
    "fuzzy_percent": 50.0,
    "fuzzy_words": 68,
    "fuzzy_words_percent": 41.2,
    "fuzzy_chars": 517,
    "fuzzy_chars_percent": 35.0,
    "failing": 5,
    "failing_percent": 20.8,
    "approved": 1,
    "approved_percent": 4.1,
    "approved_words": 1,
    "approved_words_percent": 0.6,
    "approved_chars": 7,
    "approved_chars_percent": 0.4,
    "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": "zh_TW",
    "name": "Chinese (Taiwan)",
    "url": "https://translate.tails.boum.org/projects/tails/support/zh_TW/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/support/zh_TW/"
}