Translation components API.

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

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

{
    "total": 19,
    "total_words": 162,
    "total_chars": 1669,
    "last_change": "2024-04-26T07:39:26.655182Z",
    "recent_changes": 4,
    "translated": 7,
    "translated_words": 49,
    "translated_percent": 36.8,
    "translated_words_percent": 30.2,
    "translated_chars": 767,
    "translated_chars_percent": 45.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 4,
    "approved_percent": 21.0,
    "approved_words": 25,
    "approved_words_percent": 15.4,
    "approved_chars": 420,
    "approved_chars_percent": 25.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.boum.org/projects/tails/wikisrcdocaboutwarningspo/zh_TW/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocaboutwarningspo/zh_TW/"
}