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": 259,
    "total_words": 2072,
    "last_change": "2024-02-08T11:59:12.537902Z",
    "recent_changes": 7,
    "translated": 199,
    "translated_words": 1255,
    "translated_percent": 76.8,
    "translated_words_percent": 60.5,
    "translated_chars": 7712,
    "translated_chars_percent": 60.4,
    "total_chars": 12751,
    "fuzzy": 16,
    "fuzzy_percent": 6.1,
    "failing": 16,
    "failing_percent": 6.1,
    "approved": 35,
    "approved_percent": 13.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 35,
    "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/"
}