Translation components API.

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

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

{
    "total": 264,
    "total_words": 843,
    "last_change": "2025-03-31T16:44:59.438273Z",
    "recent_changes": 2,
    "translated": 262,
    "translated_words": 840,
    "translated_percent": 99.2,
    "translated_words_percent": 99.6,
    "translated_chars": 5160,
    "translated_chars_percent": 99.5,
    "total_chars": 5184,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 1.8,
    "suggestions": 3,
    "comments": 0,
    "code": "es_419",
    "name": "Spanish (Latin America)",
    "url": "https://translate.habitica.com/projects/habitica/glossary/es_419/",
    "translate_url": "https://translate.habitica.com/translate/habitica/glossary/es_419/"
}