Translation components API.

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

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

{
    "total": 845,
    "total_words": 28479,
    "last_change": "2024-07-20T02:48:28.439443Z",
    "recent_changes": 11,
    "translated": 609,
    "translated_words": 18872,
    "translated_percent": 72.0,
    "translated_words_percent": 66.2,
    "translated_chars": 114295,
    "translated_chars_percent": 66.1,
    "total_chars": 172884,
    "fuzzy": 27,
    "fuzzy_percent": 3.1,
    "failing": 33,
    "failing_percent": 3.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hr",
    "name": "Croatian",
    "url": "https://translate.habitica.com/projects/habitica/questscontent/hr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/questscontent/hr/"
}