Translation components API.

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

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

{
    "total": 1485,
    "total_words": 9119,
    "last_change": "2024-04-25T08:52:44.091897Z",
    "recent_changes": 1,
    "translated": 1149,
    "translated_words": 6575,
    "translated_percent": 77.3,
    "translated_words_percent": 72.1,
    "translated_chars": 37674,
    "translated_chars_percent": 71.7,
    "total_chars": 52503,
    "fuzzy": 29,
    "fuzzy_percent": 1.9,
    "failing": 186,
    "failing_percent": 12.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 4,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/zh_Hant/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/zh_Hant/"
}