Translation components API.

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

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

{
    "total": 264,
    "total_words": 1446,
    "last_change": "2024-12-22T06:27:00.114166Z",
    "recent_changes": 68,
    "translated": 207,
    "translated_words": 1081,
    "translated_percent": 78.4,
    "translated_words_percent": 74.7,
    "translated_chars": 6741,
    "translated_chars_percent": 73.7,
    "total_chars": 9144,
    "fuzzy": 25,
    "fuzzy_percent": 9.4,
    "failing": 26,
    "failing_percent": 9.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 3,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://translate.habitica.com/projects/habitica/subscriber/zh_Hant/",
    "translate_url": "https://translate.habitica.com/translate/habitica/subscriber/zh_Hant/"
}