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": 260,
    "total_words": 2087,
    "last_change": "2025-02-16T04:00:16.032627Z",
    "recent_changes": 1,
    "translated": 135,
    "translated_words": 927,
    "translated_percent": 51.9,
    "translated_words_percent": 44.4,
    "translated_chars": 5469,
    "translated_chars_percent": 42.5,
    "total_chars": 12854,
    "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/"
}