Translation components API.

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

GET /api/translations/habitica/settings/sv/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:18.628990Z",
    "recent_changes": 1,
    "translated": 139,
    "translated_words": 974,
    "translated_percent": 53.4,
    "translated_words_percent": 46.6,
    "translated_chars": 5753,
    "translated_chars_percent": 44.7,
    "total_chars": 12854,
    "fuzzy": 22,
    "fuzzy_percent": 8.4,
    "failing": 40,
    "failing_percent": 15.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 29,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://translate.habitica.com/projects/habitica/settings/sv/",
    "translate_url": "https://translate.habitica.com/translate/habitica/settings/sv/"
}