Translation components API.

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

GET /api/translations/amikumu/app/zh_Hans/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 350,
    "total_words": 1807,
    "last_change": "2023-07-17T11:18:08.436058Z",
    "recent_changes": 1,
    "translated": 258,
    "translated_words": 1296,
    "translated_percent": 73.7,
    "translated_words_percent": 71.7,
    "translated_chars": 7776,
    "translated_chars_percent": 71.3,
    "total_chars": 10896,
    "fuzzy": 92,
    "fuzzy_percent": 26.2,
    "failing": 76,
    "failing_percent": 21.7,
    "approved": 257,
    "approved_percent": 73.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 10,
    "comments": 0,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/zh_Hans/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/zh_Hans/"
}