Translation components API.

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

GET /api/translations/habitica/faq/zh_Hans/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-22T04:24:28.502557Z",
    "recent_changes": 9,
    "translated": 233,
    "translated_words": 6257,
    "translated_percent": 95.1,
    "translated_words_percent": 83.4,
    "translated_chars": 37245,
    "translated_chars_percent": 84.4,
    "total_chars": 44104,
    "fuzzy": 12,
    "fuzzy_percent": 4.8,
    "failing": 4,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://translate.habitica.com/projects/habitica/faq/zh_Hans/",
    "translate_url": "https://translate.habitica.com/translate/habitica/faq/zh_Hans/"
}