Translation components API.

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

GET /api/translations/tails/tor_browser/zh_TW/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-15T07:52:30.829843Z",
    "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": 7,
    "fuzzy_percent": 8.2,
    "fuzzy_words": 42,
    "fuzzy_words_percent": 3.0,
    "fuzzy_chars": 444,
    "fuzzy_chars_percent": 4.3,
    "failing": 5,
    "failing_percent": 5.8,
    "approved": 7,
    "approved_percent": 8.2,
    "approved_words": 11,
    "approved_words_percent": 0.8,
    "approved_chars": 94,
    "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_TW",
    "name": "Chinese (Taiwan)",
    "url": "https://translate.tails.net/projects/tails/tor_browser/zh_TW/",
    "translate_url": "https://translate.tails.net/translate/tails/tor_browser/zh_TW/"
}