Translation components API.

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

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

{
    "total": 245,
    "total_words": 7501,
    "last_change": "2025-02-08T05:52:22.668516Z",
    "recent_changes": 1,
    "translated": 12,
    "translated_words": 111,
    "translated_percent": 4.8,
    "translated_words_percent": 1.4,
    "translated_chars": 710,
    "translated_chars_percent": 1.6,
    "total_chars": 44104,
    "fuzzy": 53,
    "fuzzy_percent": 21.6,
    "failing": 54,
    "failing_percent": 22.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://translate.habitica.com/projects/habitica/faq/zh_Hant/",
    "translate_url": "https://translate.habitica.com/translate/habitica/faq/zh_Hant/"
}