Translation components API.

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

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

{
    "total": 56,
    "total_words": 491,
    "total_chars": 6331,
    "last_change": "2023-03-11T10:55:17.187312Z",
    "recent_changes": 1,
    "translated": 5,
    "translated_words": 11,
    "translated_percent": 8.9,
    "translated_words_percent": 2.2,
    "translated_chars": 157,
    "translated_chars_percent": 2.4,
    "fuzzy": 23,
    "fuzzy_percent": 41.0,
    "fuzzy_words": 168,
    "fuzzy_words_percent": 34.2,
    "fuzzy_chars": 2721,
    "fuzzy_chars_percent": 42.9,
    "failing": 19,
    "failing_percent": 33.9,
    "approved": 3,
    "approved_percent": 5.3,
    "approved_words": 7,
    "approved_words_percent": 1.4,
    "approved_chars": 109,
    "approved_chars_percent": 1.7,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "zh",
    "name": "Chinese",
    "url": "https://translate.tails.boum.org/projects/tails/contact/zh/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/contact/zh/"
}