Translation components API.

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

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

{
    "total": 38,
    "total_words": 487,
    "total_chars": 3371,
    "last_change": "2020-12-25T17:00:48.735479Z",
    "recent_changes": 2,
    "translated": 33,
    "translated_words": 424,
    "translated_percent": 86.8,
    "translated_words_percent": 87.0,
    "translated_chars": 3000,
    "translated_chars_percent": 88.9,
    "fuzzy": 5,
    "fuzzy_percent": 13.1,
    "fuzzy_words": 63,
    "fuzzy_words_percent": 12.9,
    "fuzzy_chars": 371,
    "fuzzy_chars_percent": 11.0,
    "failing": 4,
    "failing_percent": 10.5,
    "approved": 5,
    "approved_percent": 13.1,
    "approved_words": 9,
    "approved_words_percent": 1.8,
    "approved_chars": 101,
    "approved_chars_percent": 2.9,
    "readonly": 1,
    "readonly_percent": 2.6,
    "readonly_words": 7,
    "readonly_words_percent": 1.4,
    "readonly_chars": 49,
    "readonly_chars_percent": 1.4,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_TW",
    "name": "Chinese (Taiwan)",
    "url": "https://translate.tails.boum.org/projects/tails/signing_key_transition/zh_TW/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/signing_key_transition/zh_TW/"
}