Translation components API.

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

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

{
    "total": 264,
    "total_words": 1446,
    "last_change": "2025-03-16T11:07:28.585383Z",
    "recent_changes": 7,
    "translated": 236,
    "translated_words": 1182,
    "translated_percent": 89.3,
    "translated_words_percent": 81.7,
    "translated_chars": 7373,
    "translated_chars_percent": 80.6,
    "total_chars": 9144,
    "fuzzy": 8,
    "fuzzy_percent": 3.0,
    "failing": 8,
    "failing_percent": 3.0,
    "approved": 4,
    "approved_percent": 1.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 12,
    "comments": 5,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://translate.habitica.com/projects/habitica/subscriber/zh_Hans/",
    "translate_url": "https://translate.habitica.com/translate/habitica/subscriber/zh_Hans/"
}