Translation components API.

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

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

{
    "total": 16,
    "total_words": 82,
    "total_chars": 1235,
    "last_change": "2023-08-02T09:21:55.165878Z",
    "recent_changes": 2,
    "translated": 13,
    "translated_words": 49,
    "translated_percent": 81.2,
    "translated_words_percent": 59.7,
    "translated_chars": 985,
    "translated_chars_percent": 79.7,
    "fuzzy": 3,
    "fuzzy_percent": 18.7,
    "fuzzy_words": 33,
    "fuzzy_words_percent": 40.2,
    "fuzzy_chars": 250,
    "fuzzy_chars_percent": 20.2,
    "failing": 2,
    "failing_percent": 12.5,
    "approved": 9,
    "approved_percent": 56.2,
    "approved_words": 33,
    "approved_words_percent": 40.2,
    "approved_chars": 672,
    "approved_chars_percent": 54.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",
    "name": "Chinese",
    "url": "https://translate.tails.boum.org/projects/tails/upgrade-tails/zh/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/upgrade-tails/zh/"
}