Translation components API.

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

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

{
    "total": 441,
    "total_words": 2895,
    "last_change": "2023-04-07T17:52:54.006052Z",
    "recent_changes": 1,
    "translated": 437,
    "translated_words": 2786,
    "translated_percent": 99.0,
    "translated_words_percent": 96.2,
    "translated_chars": 17682,
    "translated_chars_percent": 96.1,
    "total_chars": 18385,
    "fuzzy": 3,
    "fuzzy_percent": 0.6,
    "failing": 8,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 2.4,
    "suggestions": 1,
    "comments": 0,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://weblate.rikka.app/projects/app-ops/application/zh_Hans/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/application/zh_Hans/"
}