Translation components API.

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

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

{
    "total": 51,
    "total_words": 429,
    "total_chars": 4790,
    "last_change": "2020-05-15T07:41:30.584033Z",
    "recent_changes": 5,
    "translated": 8,
    "translated_words": 40,
    "translated_percent": 15.6,
    "translated_words_percent": 9.3,
    "translated_chars": 455,
    "translated_chars_percent": 9.4,
    "fuzzy": 15,
    "fuzzy_percent": 29.4,
    "fuzzy_words": 125,
    "fuzzy_words_percent": 29.1,
    "fuzzy_chars": 1402,
    "fuzzy_chars_percent": 29.2,
    "failing": 4,
    "failing_percent": 7.8,
    "approved": 6,
    "approved_percent": 11.7,
    "approved_words": 19,
    "approved_words_percent": 4.4,
    "approved_chars": 237,
    "approved_chars_percent": 4.9,
    "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.net/projects/tails/features/zh_TW/",
    "translate_url": "https://translate.tails.net/translate/tails/features/zh_TW/"
}