Translation components API.

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

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

{
    "total": 1399,
    "total_words": 8438,
    "last_change": "2025-04-04T01:44:27.040060Z",
    "recent_changes": 3,
    "translated": 1353,
    "translated_words": 8000,
    "translated_percent": 96.7,
    "translated_words_percent": 94.8,
    "translated_chars": 45105,
    "translated_chars_percent": 94.6,
    "total_chars": 47641,
    "fuzzy": 44,
    "fuzzy_percent": 3.1,
    "failing": 11,
    "failing_percent": 0.7,
    "approved": 19,
    "approved_percent": 1.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 28,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://translate.habitica.com/projects/habitica-ios/main-strings/zh_Hans/",
    "translate_url": "https://translate.habitica.com/translate/habitica-ios/main-strings/zh_Hans/"
}