Translation components API.

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

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

{
    "total": 259,
    "total_words": 2031,
    "last_change": "2025-02-16T04:00:16.032627Z",
    "recent_changes": 1,
    "translated": 134,
    "translated_words": 870,
    "translated_percent": 51.7,
    "translated_words_percent": 42.8,
    "translated_chars": 5153,
    "translated_chars_percent": 41.3,
    "total_chars": 12466,
    "fuzzy": 23,
    "fuzzy_percent": 8.8,
    "failing": 24,
    "failing_percent": 9.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "hr",
    "name": "Croatian",
    "url": "https://translate.habitica.com/projects/habitica/settings/hr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/settings/hr/"
}