Translation components API.

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

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

{
    "total": 202,
    "total_words": 745,
    "last_change": "2025-02-25T17:10:01.844824Z",
    "recent_changes": 17,
    "translated": 123,
    "translated_words": 177,
    "translated_percent": 60.8,
    "translated_words_percent": 23.7,
    "translated_chars": 1103,
    "translated_chars_percent": 24.0,
    "total_chars": 4587,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 2.4,
    "suggestions": 6,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://translate.habitica.com/projects/habitica/glossary/bg/",
    "translate_url": "https://translate.habitica.com/translate/habitica/glossary/bg/"
}