Translation components API.

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

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

{
    "total": 16,
    "total_words": 81,
    "total_chars": 1228,
    "last_change": "2026-03-18T10:01:32.100188Z",
    "recent_changes": 0,
    "translated": 10,
    "translated_words": 38,
    "translated_percent": 62.5,
    "translated_words_percent": 46.9,
    "translated_chars": 744,
    "translated_chars_percent": 60.5,
    "fuzzy": 2,
    "fuzzy_percent": 12.5,
    "fuzzy_words": 7,
    "fuzzy_words_percent": 8.6,
    "fuzzy_chars": 152,
    "fuzzy_chars_percent": 12.3,
    "failing": 3,
    "failing_percent": 18.7,
    "approved": 7,
    "approved_percent": 43.7,
    "approved_words": 26,
    "approved_words_percent": 32.0,
    "approved_chars": 518,
    "approved_chars_percent": 42.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_Hans",
    "name": "Chinese (Simplified Han script)",
    "url": "https://translate.tails.net/projects/tails/wikisrcdocupgradelinux-po/zh_Hans/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocupgradelinux-po/zh_Hans/"
}