Translation components API.

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

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

{
    "total": 345,
    "total_words": 980,
    "last_change": "2026-05-16T19:47:52.573064Z",
    "recent_changes": 11,
    "translated": 337,
    "translated_words": 965,
    "translated_percent": 97.6,
    "translated_words_percent": 98.4,
    "translated_chars": 5963,
    "translated_chars_percent": 98.6,
    "total_chars": 6046,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 12,
    "readonly_percent": 3.4,
    "suggestions": 0,
    "comments": 1,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.habitica.com/projects/habitica/glossary/es/",
    "translate_url": "https://translate.habitica.com/translate/habitica/glossary/es/"
}