Translation components API.

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

GET /api/translations/habitica/settings/da/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:13.292108Z",
    "recent_changes": 1,
    "translated": 162,
    "translated_words": 1133,
    "translated_percent": 62.3,
    "translated_words_percent": 54.2,
    "translated_chars": 6810,
    "translated_chars_percent": 52.9,
    "total_chars": 12854,
    "fuzzy": 17,
    "fuzzy_percent": 6.5,
    "failing": 18,
    "failing_percent": 6.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://translate.habitica.com/projects/habitica/settings/da/",
    "translate_url": "https://translate.habitica.com/translate/habitica/settings/da/"
}