Translation components API.

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

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

{
    "total": 66,
    "total_words": 856,
    "total_chars": 5986,
    "last_change": "2021-10-30T11:12:51.721114Z",
    "recent_changes": 1,
    "translated": 9,
    "translated_words": 63,
    "translated_percent": 13.6,
    "translated_words_percent": 7.3,
    "translated_chars": 503,
    "translated_chars_percent": 8.4,
    "fuzzy": 14,
    "fuzzy_percent": 21.2,
    "fuzzy_words": 157,
    "fuzzy_words_percent": 18.3,
    "fuzzy_chars": 1271,
    "fuzzy_chars_percent": 21.2,
    "failing": 7,
    "failing_percent": 10.6,
    "approved": 6,
    "approved_percent": 9.0,
    "approved_words": 41,
    "approved_words_percent": 4.7,
    "approved_chars": 309,
    "approved_chars_percent": 5.1,
    "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/wikisrcdocupgrade-po/zh_TW/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocupgrade-po/zh_TW/"
}