Translation components API.

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

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

{
    "total": 184,
    "total_words": 721,
    "last_change": "2025-03-21T04:42:23.214806Z",
    "recent_changes": 3,
    "translated": 180,
    "translated_words": 715,
    "translated_percent": 97.8,
    "translated_words_percent": 99.1,
    "translated_chars": 4362,
    "translated_chars_percent": 99.0,
    "total_chars": 4406,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 2.7,
    "suggestions": 0,
    "comments": 0,
    "code": "en_GB",
    "name": "English (United Kingdom)",
    "url": "https://translate.habitica.com/projects/habitica/glossary/en_GB/",
    "translate_url": "https://translate.habitica.com/translate/habitica/glossary/en_GB/"
}