Translation components API.

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

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

{
    "total": 37,
    "total_words": 545,
    "total_chars": 3626,
    "last_change": "2024-05-21T07:45:35.760491Z",
    "recent_changes": 1,
    "translated": 11,
    "translated_words": 25,
    "translated_percent": 29.7,
    "translated_words_percent": 4.5,
    "translated_chars": 241,
    "translated_chars_percent": 6.6,
    "fuzzy": 1,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 51,
    "fuzzy_chars_percent": 1.4,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 2,
    "approved_percent": 5.4,
    "approved_words": 3,
    "approved_words_percent": 0.5,
    "approved_chars": 25,
    "approved_chars_percent": 0.6,
    "readonly": 3,
    "readonly_percent": 8.1,
    "readonly_words": 6,
    "readonly_words_percent": 1.1,
    "readonly_chars": 59,
    "readonly_chars_percent": 1.6,
    "suggestions": 0,
    "comments": 0,
    "code": "zh",
    "name": "Chinese",
    "url": "https://translate.tails.net/projects/tails/virtualization/zh/",
    "translate_url": "https://translate.tails.net/translate/tails/virtualization/zh/"
}