Translation components API.

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

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

{
    "total": 37,
    "total_words": 386,
    "total_chars": 3776,
    "last_change": "2024-05-20T16:23:45.586893Z",
    "recent_changes": 2,
    "translated": 7,
    "translated_words": 11,
    "translated_percent": 18.9,
    "translated_words_percent": 2.8,
    "translated_chars": 126,
    "translated_chars_percent": 3.3,
    "fuzzy": 4,
    "fuzzy_percent": 10.8,
    "fuzzy_words": 6,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 61,
    "fuzzy_chars_percent": 1.6,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 5,
    "approved_percent": 13.5,
    "approved_words": 8,
    "approved_words_percent": 2.0,
    "approved_chars": 91,
    "approved_chars_percent": 2.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/wikisrcinstallincstepscloneinlinepo/zh_TW/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcinstallincstepscloneinlinepo/zh_TW/"
}