Translation components API.

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

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

{
    "total": 1537,
    "total_words": 9469,
    "last_change": "2025-04-04T01:48:48.461210Z",
    "recent_changes": 3,
    "translated": 1350,
    "translated_words": 7857,
    "translated_percent": 87.8,
    "translated_words_percent": 82.9,
    "translated_chars": 45177,
    "translated_chars_percent": 82.7,
    "total_chars": 54588,
    "fuzzy": 16,
    "fuzzy_percent": 1.0,
    "failing": 138,
    "failing_percent": 8.9,
    "approved": 27,
    "approved_percent": 1.7,
    "readonly": 7,
    "readonly_percent": 0.4,
    "suggestions": 22,
    "comments": 32,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/zh_Hans/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/zh_Hans/"
}