Translation components API.

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

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

{
    "total": 34,
    "total_words": 384,
    "total_chars": 2559,
    "last_change": "2024-04-26T11:59:52.894097Z",
    "recent_changes": 1,
    "translated": 7,
    "translated_words": 31,
    "translated_percent": 20.5,
    "translated_words_percent": 8.0,
    "translated_chars": 240,
    "translated_chars_percent": 9.3,
    "fuzzy": 6,
    "fuzzy_percent": 17.6,
    "fuzzy_words": 71,
    "fuzzy_words_percent": 18.4,
    "fuzzy_chars": 406,
    "fuzzy_chars_percent": 15.8,
    "failing": 6,
    "failing_percent": 17.6,
    "approved": 2,
    "approved_percent": 5.8,
    "approved_words": 3,
    "approved_words_percent": 0.7,
    "approved_chars": 25,
    "approved_chars_percent": 0.9,
    "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",
    "name": "Chinese",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocresetlinux-po/zh/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocresetlinux-po/zh/"
}