Translation components API.

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

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

{
    "total": 260,
    "total_words": 2087,
    "last_change": "2025-02-16T04:00:17.969779Z",
    "recent_changes": 1,
    "translated": 256,
    "translated_words": 1994,
    "translated_percent": 98.4,
    "translated_words_percent": 95.5,
    "translated_chars": 12210,
    "translated_chars_percent": 94.9,
    "total_chars": 12854,
    "fuzzy": 3,
    "fuzzy_percent": 1.1,
    "failing": 3,
    "failing_percent": 1.1,
    "approved": 35,
    "approved_percent": 13.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.habitica.com/projects/habitica/settings/ru/",
    "translate_url": "https://translate.habitica.com/translate/habitica/settings/ru/"
}