Translation components API.

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

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

{
    "total": 85,
    "total_words": 1356,
    "total_chars": 10170,
    "last_change": "2024-05-20T15:57:20.565626Z",
    "recent_changes": 1,
    "translated": 8,
    "translated_words": 13,
    "translated_percent": 9.4,
    "translated_words_percent": 0.9,
    "translated_chars": 112,
    "translated_chars_percent": 1.1,
    "fuzzy": 9,
    "fuzzy_percent": 10.5,
    "fuzzy_words": 50,
    "fuzzy_words_percent": 3.6,
    "fuzzy_chars": 532,
    "fuzzy_chars_percent": 5.2,
    "failing": 5,
    "failing_percent": 5.8,
    "approved": 7,
    "approved_percent": 8.2,
    "approved_words": 11,
    "approved_words_percent": 0.8,
    "approved_chars": 90,
    "approved_chars_percent": 0.8,
    "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.net/projects/tails/tor_browser/zh/",
    "translate_url": "https://translate.tails.net/translate/tails/tor_browser/zh/"
}