Translation components API.

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

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

{
    "total": 845,
    "total_words": 28479,
    "last_change": "2025-03-04T17:28:53.690595Z",
    "recent_changes": 2,
    "translated": 764,
    "translated_words": 25463,
    "translated_percent": 90.4,
    "translated_words_percent": 89.4,
    "translated_chars": 155502,
    "translated_chars_percent": 89.9,
    "total_chars": 172884,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 116,
    "approved_percent": 13.7,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 15,
    "comments": 3,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.habitica.com/projects/habitica/questscontent/ru/",
    "translate_url": "https://translate.habitica.com/translate/habitica/questscontent/ru/"
}