Translation components API.

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

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

{
    "total": 24,
    "total_words": 165,
    "total_chars": 1473,
    "last_change": "2022-12-19T18:07:54.822987Z",
    "recent_changes": 1,
    "translated": 5,
    "translated_words": 21,
    "translated_percent": 20.8,
    "translated_words_percent": 12.7,
    "translated_chars": 167,
    "translated_chars_percent": 11.3,
    "fuzzy": 11,
    "fuzzy_percent": 45.8,
    "fuzzy_words": 63,
    "fuzzy_words_percent": 38.1,
    "fuzzy_chars": 483,
    "fuzzy_chars_percent": 32.7,
    "failing": 5,
    "failing_percent": 20.8,
    "approved": 1,
    "approved_percent": 4.1,
    "approved_words": 1,
    "approved_words_percent": 0.6,
    "approved_chars": 7,
    "approved_chars_percent": 0.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 8,
    "comments": 0,
    "code": "zh",
    "name": "Chinese",
    "url": "https://translate.tails.boum.org/projects/tails/support/zh/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/support/zh/"
}